Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1506)

Unified Diff: webkit/tools/test_shell/test_webview_delegate.h

Issue 14841004: Remove remaining references to test_shell_tests now that the bots have been updated. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/test_shell_win.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « webkit/tools/test_shell/test_shell_win.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698