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

Unified Diff: chrome/browser/resources/options/managed_user_settings.html

Issue 14066003: Don't allow elevation for CHROME_OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unlock buttons. Created 7 years, 8 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/options/managed_user_settings.html
diff --git a/chrome/browser/resources/options/managed_user_settings.html b/chrome/browser/resources/options/managed_user_settings.html
index a77f56405020f4f8efb20e0cf7652b0c6e764dd6..85f9a6865a9af7dfee71d4ca94773035eb18da5c 100644
--- a/chrome/browser/resources/options/managed_user_settings.html
+++ b/chrome/browser/resources/options/managed_user_settings.html
@@ -86,8 +86,10 @@
</section>
</div>
<div class="action-area">
- <button id="lock-settings" i18n-content="lockSettings"></button>
- <button id="unlock-settings" i18n-content="unlockSettings"></button>
+ <if expr="not pp_ifdef('chromeos')">
+ <button id="lock-settings" i18n-content="lockSettings"></button>
+ <button id="unlock-settings" i18n-content="unlockSettings"></button>
+ </if>
<div id="spacer"></div>
<div class="button-strip">
<button id="managed-user-settings-cancel" type="submit"

Powered by Google App Engine
This is Rietveld 408576698