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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js

Issue 2799563003: MD Settings: Move browserProxies outside of Polymer "properties". (Closed)
Patch Set: Address comment. 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 | « no previous file | chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js
index 7d1509dce477c5d79e3c788cdec6a4ca8b5e3b7e..e9ca220be5fc5d4a81903a7782056d3b79f3c76b 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js
+++ b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js
@@ -47,9 +47,6 @@
/** @private */
advancedExtensionUrl_: String,
- /** @private {!settings.FontsBrowserProxy} */
- browserProxy_: Object,
-
/** @private {!DropdownMenuOptionList} */
fontOptions_: Object,
@@ -92,6 +89,9 @@
'fontSizeChanged_(prefs.webkit.webprefs.default_font_size.value)',
],
+ /** @private {?settings.FontsBrowserProxy} */
+ browserProxy_: null,
+
/** @override */
created: function() {
this.browserProxy_ = settings.FontsBrowserProxyImpl.getInstance();
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698