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

Unified Diff: chrome/common/render_messages.h

Issue 11359198: Implement the Instant extended API startMargin, endMargin, and rtl properties and the onmarginchang… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 79b051e77390d2e7ed8f0e52b439ce2265df6223..84185de04075e19d11ed24972b48c53bb6820ade 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -283,8 +283,10 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSubmit,
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxCancel,
string16 /* value */)
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxResize,
- gfx::Rect /* search_box_bounds */)
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxPopupResize, gfx::Rect /* bounds */)
+
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxOmniboxResize,
+ gfx::Rect /* bounds */)
IPC_MESSAGE_ROUTED0(ChromeViewMsg_DetermineIfPageSupportsInstant)

Powered by Google App Engine
This is Rietveld 408576698