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

Unified Diff: chrome/common/render_messages_internal.h

Issue 3312017: Plumbs through window.chrome.setSuggestResult. (Closed)
Patch Set: more comments Created 10 years, 3 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_internal.h
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 0abd39d801fd23dbd86abee282618fe297e0a170..b7114de5329e8a596518350d27466d08e06b5cb4 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -2813,4 +2813,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
// Unregister a blob URL.
IPC_MESSAGE_CONTROL1(ViewHostMsg_UnregisterBlobUrl, GURL /* url */)
+ // Suggest results -----------------------------------------------------------
+
+ IPC_MESSAGE_ROUTED2(ViewHostMsg_SetSuggestResult,
+ int32 /* page_id */,
+ std::string /* suggest */)
+
IPC_END_MESSAGES(ViewHost)

Powered by Google App Engine
This is Rietveld 408576698