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" |