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

Unified Diff: chrome/common/render_messages.h

Issue 777103002: Add the names of plugins to the blocked plugin bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use group_name instead of plugin.name Created 6 years 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 f80b5dcdfdef5cdc3ef621ed22c15b0f53f83d44..9e388bcd199b8dbe945d0cd6f9c33f9e6c1414b5 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -394,8 +394,9 @@ IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_UpdatedCacheStats,
// Tells the browser that content in the current page was blocked due to the
// user's content settings.
-IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_ContentBlocked,
- ContentSettingsType /* type of blocked content */)
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_ContentBlocked,
+ ContentSettingsType /* type of blocked content */,
+ base::string16 /* details on blocked content */)
// Sent by the renderer process to check whether access to web databases is
// granted by content settings.
« no previous file with comments | « chrome/browser/ui/views/content_setting_bubble_contents.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698