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

Unified Diff: content/shell/webkit_test_controller.h

Issue 12296007: [content shell] hook up navigation related WebTestDelegate methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « content/shell/shell_messages.h ('k') | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_controller.h
diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h
index 9b561817eceb76d07af0013d2d98382cbcd2528d..787fde00cfde3c97be265c35642dba0f4d8d5b80 100644
--- a/content/shell/webkit_test_controller.h
+++ b/content/shell/webkit_test_controller.h
@@ -117,6 +117,9 @@ class WebKitTestController : public base::NonThreadSafe,
void OnTestFinished(bool did_timeout);
void OnShowDevTools();
void OnCloseDevTools();
+ void OnGoToOffset(int offset);
+ void OnReload();
+ void OnLoadURLForFrame(const GURL& url, const std::string& frame_name);
void OnNotImplemented(const std::string& object_name,
const std::string& method_name);
« no previous file with comments | « content/shell/shell_messages.h ('k') | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698