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

Unified Diff: chrome/browser/cookies_tree_model_unittest.cc

Issue 2878075: Introduce a resource identifier for content settings. (Closed)
Patch Set: updates Created 10 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
« no previous file with comments | « chrome/browser/cookies_tree_model.cc ('k') | chrome/browser/dom_ui/content_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cookies_tree_model_unittest.cc
diff --git a/chrome/browser/cookies_tree_model_unittest.cc b/chrome/browser/cookies_tree_model_unittest.cc
index c49092256ecb79befb94cc183ae944c32f7c7fe3..1f7e457c7c06d61ce4a5ef566860b8850f8002f6 100644
--- a/chrome/browser/cookies_tree_model_unittest.cc
+++ b/chrome/browser/cookies_tree_model_unittest.cc
@@ -538,7 +538,8 @@ TEST_F(CookiesTreeModelTest, ContentSettings) {
EXPECT_EQ(2, observer.counter);
EXPECT_EQ(pattern, observer.last_pattern);
EXPECT_EQ(CONTENT_SETTING_SESSION_ONLY,
- content_settings->GetContentSetting(host, CONTENT_SETTINGS_TYPE_COOKIES));
+ content_settings->GetContentSetting(
+ host, CONTENT_SETTINGS_TYPE_COOKIES, ""));
}
} // namespace
« no previous file with comments | « chrome/browser/cookies_tree_model.cc ('k') | chrome/browser/dom_ui/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698