| Index: chrome/browser/resources/extensions/extensions.html
|
| diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
|
| index 7ec1581c0377784bda9a475445d5456ac740375d..994a7071595462b7fb468244af2997024a922317 100644
|
| --- a/chrome/browser/resources/extensions/extensions.html
|
| +++ b/chrome/browser/resources/extensions/extensions.html
|
| @@ -45,10 +45,12 @@
|
| <span i18n-content="extensionSettingsDeveloperMode">
|
| </label>
|
| </div>
|
| - <div id="managed-user-control-div">
|
| - <button id="unlock-button" i18n-content="unlockButton"></button>
|
| - <button id="lock-button" i18n-content="lockButton"></button>
|
| - </div>
|
| + <if expr="not pp_ifdef('chromeos')">
|
| + <div id="managed-user-control-div">
|
| + <button id="unlock-button" i18n-content="unlockButton"></button>
|
| + <button id="lock-button" i18n-content="lockButton"></button>
|
| + </div>
|
| + </if>
|
| </div>
|
| <div class="page-banner profile-is-managed-banner">
|
| <div class="page-banner-gradient">
|
|
|