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

Unified Diff: chrome/browser/resources/options2/pref_ui.js

Issue 9307026: make search box in settings page not get hidden behind enterprise warning (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make the banner show on the search page as well Created 8 years, 11 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/options2/pref_ui.js
diff --git a/chrome/browser/resources/options2/pref_ui.js b/chrome/browser/resources/options2/pref_ui.js
index cbe3bd4895281f5e0db3ad32170f805e46f1623c..322d9ea128c997974ef2f83b3991b1ce8d8929bf 100644
--- a/chrome/browser/resources/options2/pref_ui.js
+++ b/chrome/browser/resources/options2/pref_ui.js
@@ -57,7 +57,7 @@ cr.define('options', function() {
el.controlledBy = event.value['controlledBy'];
- OptionsPage.updateManagedBannerVisibility();
+ BrowserOptions.updateManagedBannerVisibility();
}
/////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698