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

Unified Diff: chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_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/clear_browsing_data_dialog/clear_browsing_data_browser_proxy.js
diff --git a/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_browser_proxy.js b/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_browser_proxy.js
index 575345ef0ce371c7afdc7fbe1171867bf4948e3c..d90a81b312c83681dcf5e1be583a28aeceadd521 100644
--- a/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_browser_proxy.js
+++ b/chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_browser_proxy.js
@@ -41,6 +41,7 @@ cr.define('settings', function() {
};
return {
+ ClearBrowsingDataBrowserProxy: ClearBrowsingDataBrowserProxy,
tommycli 2016/06/30 21:29:42 No need to export this symbol
Dan Beam 2016/06/30 22:35:33 you need to if you'd like to use this as a type
ClearBrowsingDataBrowserProxyImpl: ClearBrowsingDataBrowserProxyImpl,
};
});

Powered by Google App Engine
This is Rietveld 408576698