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

Unified Diff: chrome/common/render_messages.h

Issue 7558024: Add UMA metrics for blocked plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 88b0f5d440986a8298cf3766896468fc55b9cc68..49b32b5f1629b4aa6a35d5687d16e5fff5f48cc4 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -297,9 +297,10 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UpdatedCacheStats,
// Tells the browser that content in the current page was blocked due to the
// user's content settings.
-IPC_MESSAGE_ROUTED2(ViewHostMsg_ContentBlocked,
+IPC_MESSAGE_ROUTED3(ViewHostMsg_ContentBlocked,
ContentSettingsType, /* type of blocked content */
- std::string /* resource identifier */)
+ std::string /* resource identifier */,
+ ContentSetting /* setting */)
// Sent by the renderer process to check whether access to web databases is
// granted by content settings.

Powered by Google App Engine
This is Rietveld 408576698