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

Unified Diff: chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.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
Index: chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js
diff --git a/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js b/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js
index 30600fd96666937fe7fc7f65daa2f21f9e3c2ab1..25a90f060051c48cfaba167bf440cb639275ee63 100644
--- a/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js
+++ b/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js
@@ -12,11 +12,11 @@ Polymer({
properties: {
/** @type {!SearchEngine} */
engine: Object,
-
- /** @private {!settings.ExtensionControlBrowserProxy} */
- browserProxy_: Object,
},
+ /** @private {?settings.ExtensionControlBrowserProxy} */
+ browserProxy_: null,
+
/** @override */
created: function() {
this.browserProxy_ =

Powered by Google App Engine
This is Rietveld 408576698