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

Unified Diff: chrome/browser/resources/options2/chromeos/internet_detail.html

Issue 10542023: Disable modifying extensions when in managed mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Improve/fix InitImpl() Created 8 years, 6 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/chromeos/internet_detail.html
===================================================================
--- chrome/browser/resources/options2/chromeos/internet_detail.html (revision 141651)
+++ chrome/browser/resources/options2/chromeos/internet_detail.html (working copy)
@@ -453,8 +453,8 @@
<div id="network-proxy-tab" class="subpages-tab-contents">
<section>
<div id="info-banner" hidden>
- <span id="banner-icon" class="managed-prefs-icon"></span>
- <span id="banner-text" class="managed-prefs-text"></span>
+ <span id="banner-icon" class="main-page-banner-icon"></span>
+ <span id="banner-text" class="main-page-banner-text"></span>
Patrick Dubroy 2012/06/18 12:13:01 IMO the old name was more descriptive.
Pam (message me for reviews) 2012/06/18 18:26:00 Yep. But it's using shared CSS now, so it needs a
Patrick Dubroy 2012/06/19 13:01:52 IMO "main-page-banner" is still not the best name.
Pam (message me for reviews) 2012/06/19 20:37:46 Fair enough.
</div>
<div class="radio">
<label>

Powered by Google App Engine
This is Rietveld 408576698