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

Unified Diff: content/shell/shell_messages.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_host.cc ('k') | content/shell/shell_render_process_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_messages.h
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
index a10addd1c841bbf2a18ca25e42d3f2a641c73f2c..b0603bfe03daa6241400e7cec695afd6dbae4ae8 100644
--- a/content/shell/shell_messages.h
+++ b/content/shell/shell_messages.h
@@ -44,3 +44,7 @@ IPC_MESSAGE_ROUTED1(
ShellViewHostMsg_SetShouldStayOnPageAfterHandlingBeforeUnload,
bool /* should_stay_on_page */)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_WaitUntilDone)
+
+IPC_MESSAGE_ROUTED2(ShellViewHostMsg_NotImplemented,
+ std::string /* object_name */,
+ std::string /* property_name */)
« no previous file with comments | « content/shell/layout_test_controller_host.cc ('k') | content/shell/shell_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698