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

Unified Diff: content/common/view_messages.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix class/struct decl Created 9 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
« no previous file with comments | « content/common/intents_messages.h ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 695ffc277a1541dfdfc79921acf233352dbedc3e..0d4c5979d069b7ec4d5551616e449c5095c22ede 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2048,13 +2048,6 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterIntentHandler,
string16 /* href */,
string16 /* title */)
-// Route the startActivity Intents call from a page to the service picker.
-IPC_MESSAGE_ROUTED4(ViewHostMsg_WebIntentDispatch,
- string16 /* action */,
- string16 /* type */,
- string16 /* payload data */,
- int /* intent ID */)
-
// Stores new inspector setting in the profile.
// TODO(jam): this should be in the chrome module
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting,
« no previous file with comments | « content/common/intents_messages.h ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698