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

Unified Diff: chrome/common/render_messages.h

Issue 20501002: Adds paste function to searchbox api and handles paste event on fakebox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test updated Created 7 years, 5 months 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 6001df2b80c1f598d6de90c0db1356032d160985..a3fe03ed6202d8cf694a0ce7b85cacee65ef89e3 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -658,6 +658,10 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_FocusOmnibox,
int /* page_id */,
OmniboxFocusState /* state */)
+// Tells InstantExtended to paste clipboard content into the omnibox.
+IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxPaste,
+ int /* page_id */)
+
// Tells InstantExtended whether the embedded search API is supported.
// See http://dev.chromium.org/embeddedsearch
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,

Powered by Google App Engine
This is Rietveld 408576698