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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js

Issue 2112033002: [MD settings] closure compilation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/resources/settings/search_engines_page/search_engines_browser_proxy.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js b/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
index 570085c07c80b4c8e32990adf2ae6bbc8b18a5d0..54562834d005974c9114ac2044065041fa6720af 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
@@ -136,6 +136,7 @@ cr.define('settings', function() {
};
return {
+ SearchEnginesBrowserProxy: SearchEnginesBrowserProxy,
tommycli 2016/06/30 21:29:43 no need
SearchEnginesBrowserProxyImpl: SearchEnginesBrowserProxyImpl,
};
});

Powered by Google App Engine
This is Rietveld 408576698