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

Unified Diff: chrome/common/render_messages.h

Issue 78303005: ContentSettings API should not interact with <webview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small cleanup/refactor Created 7 years, 1 month 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 527213a1899b5004d2650f5d3a3fc31e182319df..c998960d222f5bfc183fc65138da674345cf9e64 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -276,8 +276,8 @@ IPC_MESSAGE_ROUTED4(ChromeViewMsg_WebUIJavaScript,
bool /* If true, result is sent back. */)
// Set the content setting rules stored by the renderer.
-IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetContentSettingRules,
- RendererContentSettingRules /* rules */)
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetContentSettingRules,
+ RendererContentSettingRules /* rules */)
// Tells the render view to load all blocked plugins with the given identifier.
IPC_MESSAGE_ROUTED1(ChromeViewMsg_LoadBlockedPlugins,

Powered by Google App Engine
This is Rietveld 408576698