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

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: .hidden -> [hidden] Created 8 years, 10 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 | « chrome/browser/resources/options2/options_page.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bbb248c321d7b6b2066b9066725b1b1e4f3a31b3..373173b87b248c479e5bf2c52ad3ee801b12b316 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();
}
/////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « chrome/browser/resources/options2/options_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698