Skip to content
  • mihaip@chromium.org's avatar
    FrameLoaderClient BackForwardList-related methods are unsued · 39d6a5de
    mihaip@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=68293
    
    Reviewed by Darin Adler.
    
    Source/WebCore:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * history/BackForwardListImpl.cpp:
    (WebCore::BackForwardListImpl::addItem):
    (WebCore::BackForwardListImpl::goBack):
    (WebCore::BackForwardListImpl::goForward):
    (WebCore::BackForwardListImpl::goToItem):
    (WebCore::BackForwardListImpl::setCapacity):
    * loader/EmptyClients.h:
    * loader/FrameLoaderClient.h:
    
    Source/WebKit/chromium:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * src/FrameLoaderClientImpl.cpp:
    * src/FrameLoaderClientImpl.h:
    
    Source/WebKit/efl:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/FrameLoaderClientEfl.cpp:
    * WebCoreSupport/FrameLoaderClientEfl.h:
    
    Source/WebKit/gtk:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/FrameLoaderClientGtk.cpp:
    * WebCoreSupport/FrameLoaderClientGtk.h:
    
    Source/WebKit/haiku:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/FrameLoaderClientHaiku.cpp:
    * WebCoreSupport/FrameLoaderClientHaiku.h:
    
    Source/WebKit/mac:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/WebFrameLoaderClient.h:
    * WebCoreSupport/WebFrameLoaderClient.mm:
    * WebKit.order:
    
    Source/WebKit/qt:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/FrameLoaderClientQt.cpp:
    * WebCoreSupport/FrameLoaderClientQt.h:
    
    Source/WebKit/win:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/WebFrameLoaderClient.cpp:
    * WebCoreSupport/WebFrameLoaderClient.h:
    
    Source/WebKit/wince:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebCoreSupport/FrameLoaderClientWinCE.cpp:
    * WebCoreSupport/FrameLoaderClientWinCE.h:
    
    Source/WebKit/wx:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebKitSupport/FrameLoaderClientWx.cpp:
    * WebKitSupport/FrameLoaderClientWx.h:
    
    Source/WebKit2:
    
    Remove FrameLoaderClient methods that were added by r51629, since only
    the old (since-deleted) Android port needed them.
    
    * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
    * WebProcess/WebCoreSupport/WebFrameLoaderClient.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95387 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    39d6a5de