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

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

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years, 2 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/options/options_page.js ('k') | chrome/browser/resources/uber/uber_shared.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/pref_ui.js
diff --git a/chrome/browser/resources/options/pref_ui.js b/chrome/browser/resources/options/pref_ui.js
index 97cd61110d48b8e4d00970e1ac7e2e99168b9929..dd33c72eab21e0c26ef39363d934fe6ba66afae7 100644
--- a/chrome/browser/resources/options/pref_ui.js
+++ b/chrome/browser/resources/options/pref_ui.js
@@ -65,7 +65,6 @@ cr.define('options', function() {
self.updateStateFromPref_(event);
updateDisabledState_(self, 'notUserModifiable', event.value.disabled);
self.controlledBy = event.value.controlledBy;
- OptionsPage.updateManagedBannerVisibility();
});
},
@@ -489,7 +488,6 @@ cr.define('options', function() {
updateDisabledState_(self, 'notUserModifiable',
event.value.disabled && !event.value.value);
self.controlledBy = event.value.controlledBy;
- OptionsPage.updateManagedBannerVisibility();
});
},
« no previous file with comments | « chrome/browser/resources/options/options_page.js ('k') | chrome/browser/resources/uber/uber_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698