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

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

Issue 1818843002: Rename SetContentSetting() to SetContentSettingCustomScope() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor change Created 4 years, 8 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/host_content_settings_map_unittest.cc
diff --git a/chrome/browser/content_settings/host_content_settings_map_unittest.cc b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
index 945eabc17cfb4ef048a6050b7a16709cb3e9e8e7..8347f04f3399693f9faa1b60bde573a69b06b5b0 100644
--- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc
+++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
@@ -1157,7 +1157,7 @@ TEST_F(HostContentSettingsMapTest, MigrateOldSettings) {
host_content_settings_map->GetContentSetting(
host, host, CONTENT_SETTINGS_TYPE_KEYGEN, std::string()));
- host_content_settings_map->SetContentSetting(
+ host_content_settings_map->SetContentSettingCustomScope(
pattern, pattern, CONTENT_SETTINGS_TYPE_KEYGEN, std::string(),
CONTENT_SETTING_ALLOW);
// Because of the old formatted setting entry which has two same patterns,

Powered by Google App Engine
This is Rietveld 408576698