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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.html

Issue 2947033002: Settings: PLay Store: Disable 'turn on' if policy enforced (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/android_apps_page/android_apps_page.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
index e7933dccd75028292c4f080f8989e311717c7e1e..adc6a7adcab9a989cf05e1cf5f97b7c5b9e5664c 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
@@ -40,6 +40,7 @@
<template is="dom-if" if="[[!androidAppsInfo_.playStoreEnabled]]">
<div class="separator"></div>
<paper-button id="enable" class="secondary-button"
+ disabled="[[isEnforced_(prefs.arc.enabled)]]"
on-tap="onEnableTap_"
aria-label="$i18n{androidAppsPageTitle}"
aria-describedby="secondaryText">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698