| Index: webkit/tools/test_shell/test_webview_delegate.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.h (revision 197949)
|
| +++ webkit/tools/test_shell/test_webview_delegate.h (working copy)
|
| @@ -207,8 +207,6 @@
|
| WebKit::WebTextDirection direction);
|
| virtual void didFinishDocumentLoad(WebKit::WebFrame*);
|
| virtual void didHandleOnloadEvents(WebKit::WebFrame*);
|
| - virtual void didFailLoad(
|
| - WebKit::WebFrame*, const WebKit::WebURLError&);
|
| virtual void didFinishLoad(WebKit::WebFrame*);
|
| virtual void didNavigateWithinPage(
|
| WebKit::WebFrame*, bool is_new_navigation);
|
| @@ -259,7 +257,6 @@
|
| void Reset();
|
|
|
| // Additional accessors
|
| - WebKit::WebFrame* top_loading_frame() { return top_loading_frame_; }
|
| #if defined(OS_WIN)
|
| IDropTarget* drop_delegate() { return drop_delegate_.get(); }
|
| #endif
|
| @@ -341,11 +338,6 @@
|
| // call this function when we really want a message to pop up.
|
| void ShowJavaScriptAlert(const base::string16& message);
|
|
|
| - // In the Mac code, this is called to trigger the end of a test after the
|
| - // page has finished loading. From here, we can generate the dump for the
|
| - // test.
|
| - void LocationChangeDone(WebKit::WebFrame*);
|
| -
|
| // Tests that require moving or resizing the main window (via resizeTo() or
|
| // moveTo()) pass in Chrome even though Chrome disregards move requests for
|
| // non-popup windows (see TabContents::RequestMove()). These functions allow
|
| @@ -381,9 +373,6 @@
|
| // Non-owning pointer. The delegate is owned by the host.
|
| TestShell* shell_;
|
|
|
| - // This is non-NULL IFF a load is in progress.
|
| - WebKit::WebFrame* top_loading_frame_;
|
| -
|
| // For tracking session history. See RenderView.
|
| int page_id_;
|
| int last_page_id_updated_;
|
|
|