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

Unified Diff: chrome/common/render_messages_internal.h

Issue 3117034: Skeleton of sync handler on the I/O thread for GetSearchProviderInstallState. (Closed)
Patch Set: Created 10 years, 4 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 5c445c87ac8dfe79bfd42ef61965f84ce9b3629e..94b8503afac2b0172a9600dd584aa5bbcdf76009 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1601,9 +1601,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
// Find out if the given url's security origin is installed as a search
// provider.
- IPC_SYNC_MESSAGE_ROUTED1_1(
+ IPC_SYNC_MESSAGE_ROUTED2_1(
ViewHostMsg_GetSearchProviderInstallState,
- GURL,
+ GURL /* page url */,
+ GURL /* inquiry url */,
ViewHostMsg_GetSearchProviderInstallState_Params /* install */)
// Required for updating text input state.

Powered by Google App Engine
This is Rietveld 408576698