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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.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/browser/content_settings/tab_specific_content_settings.h
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
index 448844d699aafeed5e776a69ff329dffa24936d9..dd9d2adb17077d4a997e7e51af3b370652ca26d3 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.h
+++ b/chrome/browser/content_settings/tab_specific_content_settings.h
@@ -169,7 +169,8 @@ class TabSpecificContentSettings : public TabContentsObserver,
// Message handlers. Public for testing.
void OnContentBlocked(ContentSettingsType type,
- const std::string& resource_identifier);
+ const std::string& resource_identifier,
+ ContentSetting setting);
void OnAppCacheAccessed(const GURL& manifest_url, bool blocked_by_policy);
// These methods are invoked on the UI thread by the static functions above.

Powered by Google App Engine
This is Rietveld 408576698