diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 21:58:46 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 21:58:46 +0000 |
commit | 368ef4c1222e7928726b4d1865969dbe0053ac0f (patch) | |
tree | c889713f5d7c741315646bc87f1a6ac44c36088b /chrome/common | |
parent | bafa0d5fd999993c5d106538c1dd9ea19d410de7 (diff) | |
download | chromium_src-368ef4c1222e7928726b4d1865969dbe0053ac0f.zip chromium_src-368ef4c1222e7928726b4d1865969dbe0053ac0f.tar.gz chromium_src-368ef4c1222e7928726b4d1865969dbe0053ac0f.tar.bz2 |
Allow verbatim to be passed in OnSearchBoxChange.
BUG=None
TEST=None
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 2c5ca31..f00c806 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -822,8 +822,9 @@ IPC_BEGIN_MESSAGES(View) // Used to instruct the RenderView to send back updates to the preferred size. IPC_MESSAGE_ROUTED1(ViewMsg_EnablePreferredSizeChangedMode, int /*flags*/) - IPC_MESSAGE_ROUTED3(ViewMsg_SearchBoxChange, + IPC_MESSAGE_ROUTED4(ViewMsg_SearchBoxChange, string16 /*value*/, + bool /*verbatim*/, int /*selection_start*/, int /*selection_end*/) IPC_MESSAGE_ROUTED2(ViewMsg_SearchBoxSubmit, |