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

Unified Diff: content/shell/layout_test_controller_host.h

Issue 10740002: Stub out not yet implemented controller methods, so we don't have to wait for timeouts but fail imm… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 5 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/layout_test_controller_bindings.cc ('k') | content/shell/layout_test_controller_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/layout_test_controller_host.h
diff --git a/content/shell/layout_test_controller_host.h b/content/shell/layout_test_controller_host.h
index e31f61084b12f0b036b72222400d0470781388e3..7e63badcb13ef15fc793b4dc8e231b2fa9bff8dd 100644
--- a/content/shell/layout_test_controller_host.h
+++ b/content/shell/layout_test_controller_host.h
@@ -51,6 +51,9 @@ class LayoutTestControllerHost : public RenderViewHostObserver {
void OnSetShouldStayOnPageAfterHandlingBeforeUnload(bool should_stay_on_page);
void OnWaitUntilDone();
+ void OnNotImplemented(const std::string& object_name,
+ const std::string& method_name);
+
static std::map<RenderViewHost*, LayoutTestControllerHost*> controllers_;
static std::string expected_pixel_hash_;
« no previous file with comments | « content/shell/layout_test_controller_bindings.cc ('k') | content/shell/layout_test_controller_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698