diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 19:13:49 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 19:13:49 +0000 |
commit | 57ad7b8c12ccd03ec3b273a423608b66ea40da62 (patch) | |
tree | ace0353f5c3e85558acb3e5ab3272d2eba984fcb /chrome/common | |
parent | b1761521ffef79bdcd8335a64383f591b8a750e4 (diff) | |
download | chromium_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.h | 5 |
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. |