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

Unified Diff: chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js

Issue 2699013002: MD Settings: Allow editing a cookie site exception. (Closed)
Patch Set: Nits. Created 3 years, 10 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/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
diff --git a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
index dd9abed76a8fa03899e486cbb22933541f303d73..8c347f9084085e73353569550687ad028b304ec6 100644
--- a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
+++ b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
@@ -242,7 +242,7 @@ TestSiteSettingsPrefsBrowserProxy.prototype = {
setCategoryPermissionForOrigin: function(
primaryPattern, secondaryPattern, contentType, value, incognito) {
this.methodCalled('setCategoryPermissionForOrigin',
- [primaryPattern, secondaryPattern, contentType, value]);
+ [primaryPattern, secondaryPattern, contentType, value, incognito]);
return Promise.resolve();
},

Powered by Google App Engine
This is Rietveld 408576698