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

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

Issue 2509543002: MD Settings: create a shared handler/browser proxy to control extensions (Closed)
Patch Set: merge Created 4 years, 1 month 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/test_extension_control_browser_proxy.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_search_engines_browser_proxy.js
diff --git a/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js b/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
index ccf09e49f75fc261c64bcfdfa89349a2e24db14d..1055eefc91dc75580114722315b15ea41f1ce44d 100644
--- a/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
+++ b/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
@@ -21,8 +21,6 @@ cr.define('settings_search', function() {
'searchEngineEditStarted',
'setDefaultSearchEngine',
'validateSearchEngineInput',
- 'manageExtension',
- 'disableExtension',
]);
/** @private {!SearchEnginesInfo} */
@@ -76,16 +74,6 @@ cr.define('settings_search', function() {
this.methodCalled('validateSearchEngineInput');
return Promise.resolve(true);
},
-
- /** @override */
- manageExtension: function(extensionId) {
- this.methodCalled('manageExtension', extensionId);
- },
-
- /** @override */
- disableExtension: function(extensionId) {
- this.methodCalled('disableExtension', extensionId);
- },
};
/**
« no previous file with comments | « chrome/test/data/webui/settings/test_extension_control_browser_proxy.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698