summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 19:13:49 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 19:13:49 +0000
commit57ad7b8c12ccd03ec3b273a423608b66ea40da62 (patch)
treeace0353f5c3e85558acb3e5ab3272d2eba984fcb /chrome/common
parentb1761521ffef79bdcd8335a64383f591b8a750e4 (diff)
downloadchromium_src-57ad7b8c12ccd03ec3b273a423608b66ea40da62.zip
chromium_src-57ad7b8c12ccd03ec3b273a423608b66ea40da62.tar.gz
chromium_src-57ad7b8c12ccd03ec3b273a423608b66ea40da62.tar.bz2
Provides API for passing in whether verbatim or predictive should be
used when updating instant. I haven't wired this up to anything yet, so this doesn't change the actual behavior of anything. BUG=59217 TEST=none Review URL: http://codereview.chromium.org/5187001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 6f6b6cd..adf6cde 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -833,8 +833,9 @@ IPC_BEGIN_MESSAGES(View)
IPC_MESSAGE_ROUTED0(ViewMsg_SearchBoxCancel)
IPC_MESSAGE_ROUTED1(ViewMsg_SearchBoxResize,
gfx::Rect /*search_box_bounds*/)
- IPC_MESSAGE_ROUTED1(ViewMsg_DetermineIfPageSupportsInstant,
- string16 /*value*/)
+ IPC_MESSAGE_ROUTED2(ViewMsg_DetermineIfPageSupportsInstant,
+ string16 /*value*/,
+ bool /* verbatim */)
// Used to tell the renderer not to add scrollbars with height and
// width below a threshold.