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

Unified Diff: chrome/browser/content_exceptions_table_model_unittest.cc

Issue 6410022: Add content_settings::PrefProvider to HostContentSettingsMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 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_exceptions_table_model_unittest.cc
diff --git a/chrome/browser/content_exceptions_table_model_unittest.cc b/chrome/browser/content_exceptions_table_model_unittest.cc
index 3c3d26dd43f3f836276807a6dee40a2219c4d06b..4d681a73150012c9e1f069d71f9b728c9acee852 100644
--- a/chrome/browser/content_exceptions_table_model_unittest.cc
+++ b/chrome/browser/content_exceptions_table_model_unittest.cc
@@ -26,9 +26,9 @@ TEST_F(ContentExceptionsTableModelTest, Incognito) {
ContentExceptionsTableModel model(profile.GetHostContentSettingsMap(),
otr_profile->GetHostContentSettingsMap(),
CONTENT_SETTINGS_TYPE_COOKIES);
- delete otr_profile;
model.AddException(ContentSettingsPattern("example.com"),
CONTENT_SETTING_BLOCK, true);
+ delete otr_profile;
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698