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

Unified Diff: chrome/browser/in_process_webkit/dom_storage_area.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
Index: chrome/browser/in_process_webkit/dom_storage_area.cc
diff --git a/chrome/browser/in_process_webkit/dom_storage_area.cc b/chrome/browser/in_process_webkit/dom_storage_area.cc
index 6aefa21571f087a66b9b740f807c10a1feb9896d..7ec5b8c09547e7e449828fc942afed0a38a389ad 100644
--- a/chrome/browser/in_process_webkit/dom_storage_area.cc
+++ b/chrome/browser/in_process_webkit/dom_storage_area.cc
@@ -99,7 +99,7 @@ bool DOMStorageArea::CheckContentSetting(
DOMStorageDispatcherHost* sender) {
ContentSetting content_setting =
host_content_settings_map_->GetContentSetting(
- origin_url_, CONTENT_SETTINGS_TYPE_COOKIES);
+ origin_url_, CONTENT_SETTINGS_TYPE_COOKIES, "");
if (content_setting == CONTENT_SETTING_ASK) {
DOMStoragePermissionRequest request(origin_url_, key, value,

Powered by Google App Engine
This is Rietveld 408576698