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

Unified Diff: chrome/renderer/content_settings_observer.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/renderer/content_settings_observer.h
diff --git a/chrome/renderer/content_settings_observer.h b/chrome/renderer/content_settings_observer.h
index d28deb8be5899eda6df73c289ea613ec8499fa8c..44148e3b3e6afc08fc9e3e577773ba92c8c69c01 100644
--- a/chrome/renderer/content_settings_observer.h
+++ b/chrome/renderer/content_settings_observer.h
@@ -42,7 +42,8 @@ class ContentSettingsObserver
// resource that was blocked (the plugin path in the case of plugins),
// otherwise it's the empty string.
void DidBlockContentType(ContentSettingsType settings_type,
- const std::string& resource_identifier);
+ const std::string& resource_identifier,
+ ContentSetting setting);
// These correspond to WebKit::WebPermissionClient methods.
bool AllowDatabase(WebKit::WebFrame* frame,

Powered by Google App Engine
This is Rietveld 408576698