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, |
}; |
}); |