diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 23:26:27 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 23:26:27 +0000 |
commit | 0104871a5b51272e40ec538e5456870638bcc619 (patch) | |
tree | 6bde1dafea7926d9c5607ac2ba5f946e1a26b9de /content/shell/shell_messages.h | |
parent | 20b26c18973dcbe4b324d797eca0f7b1f759a9cc (diff) | |
download | chromium_src-0104871a5b51272e40ec538e5456870638bcc619.zip chromium_src-0104871a5b51272e40ec538e5456870638bcc619.tar.gz chromium_src-0104871a5b51272e40ec538e5456870638bcc619.tar.bz2 |
Stub out not yet implemented controller methods, so we don't have to wait for timeouts but fail immediately
BUG=111316
TEST="webkit/tools/layout_tests/run_webkit_tests.py --debug --driver-name=content_shell --additional-drt-flag=--dump-render-tree --no-retry-failures svg/dynamic-updates/SVGAElement-dom-href-attr.html" fails within milliseconds instead of 30s
Review URL: https://chromiumcodereview.appspot.com/10740002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index a10addd..b0603bf 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 */) |