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

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

Issue 2854753002: [MD settings] clear incognito only checkbox (Closed)
Patch Set: review changes Created 3 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
« no previous file with comments | « chrome/test/data/webui/settings/site_list_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 29a10f435cc7fbc600d0d2ec7cabbe069468a999..ba078228eb6623585516b6f9441a203472007696 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
@@ -93,7 +93,8 @@ var TestSiteSettingsPrefsBrowserProxy = function() {
'resetCategoryPermissionForOrigin',
'setCategoryPermissionForOrigin',
'setDefaultValueForContentType',
- 'setProtocolDefault'
+ 'setProtocolDefault',
+ 'updateIncognitoStatus',
]);
/** @private {boolean} */
@@ -371,5 +372,10 @@ TestSiteSettingsPrefsBrowserProxy.prototype = {
/** @override */
removeProtocolHandler: function() {
this.methodCalled('removeProtocolHandler', arguments);
+ },
+
+ /** @override */
+ updateIncognitoStatus: function() {
+ this.methodCalled('updateIncognitoStatus', arguments);
}
};
« no previous file with comments | « chrome/test/data/webui/settings/site_list_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698