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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.js

Issue 2506323002: MD Settings: show an extension-controlled-indicator for proxy (Closed)
Patch Set: Created 4 years, 1 month 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/settings_ui/settings_ui.js
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.js b/chrome/browser/resources/settings/settings_ui/settings_ui.js
index b009c069e0f49e6f7fcaf3316fd5dabd0061faa5..2ab3bf3479aaa98e94061421dd5d9044f2ad51ec 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.js
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.js
@@ -143,6 +143,11 @@ Polymer({
this.$.main.searchContents(urlSearchQuery);
},
+ /** @return {SettingsPrefsElement} */
+ getPrefsElement: function() {
+ return this.$.prefs;
+ },
+
/**
* Handles the 'search-changed' event fired from the toolbar.
* @param {!Event} e

Powered by Google App Engine
This is Rietveld 408576698