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

Unified Diff: content/common/view_messages.h

Issue 1230583002: Move protocol registration from WebViewClient to WebFrameClient, part 3/3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@protocol1
Patch Set: Created 5 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/render_view_impl.h » ('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 7433e50ca2fcd7ae8aaa2ab58a4f1179d60b9cad..217a3ad7c45a471b90eb7a5b09f671929a8f2728 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1439,19 +1439,6 @@ IPC_MESSAGE_CONTROL3(ViewHostMsg_DidGenerateCacheableMetadata,
base::Time /* expected_response_time */,
std::vector<char> /* data */)
-// Register a new handler for URL requests with the given scheme.
-IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterProtocolHandler,
- std::string /* scheme */,
- GURL /* url */,
- base::string16 /* title */,
- bool /* user_gesture */)
-
-// Unregister the registered handler for URL requests with the given scheme.
-IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler,
- std::string /* scheme */,
- GURL /* url */,
- bool /* user_gesture */)
-
// Send back a string to be recorded by UserMetrics.
IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
std::string /* action */)
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698