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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings_unittest.cc

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_unittest.cc
diff --git a/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc b/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc
index 2345ff65af31bbdff975f3506fd16de15d3cf7e3..7bcb85103f7ead43374c8e0badc34b834caf88af 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc
+++ b/chrome/browser/content_settings/tab_specific_content_settings_unittest.cc
@@ -40,7 +40,7 @@ TEST_F(TabSpecificContentSettingsTest, BlockedContent) {
content_settings.OnCookieChanged(
GURL("http://google.com"), "A=B", options, false);
content_settings.OnContentBlocked(CONTENT_SETTINGS_TYPE_IMAGES,
- std::string());
+ std::string(), CONTENT_SETTING_BLOCK);
content_settings.SetPopupsBlocked(true);
// Check that only the respective content types are affected.

Powered by Google App Engine
This is Rietveld 408576698