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

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

Issue 1829703002: Add ArcEnabled policy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments. Created 4 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
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 77ee6a1e76c7e07a476c2169be5ce97a19eb0437..478ec4d569576b6f30033f9b9941043d5f942b65 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -222,7 +222,7 @@
</div>
</section>
<if expr="chromeos">
- <section id="andorid-apps-section" guest-visibility="hidden">
+ <section id="android-apps-section" guest-visibility="hidden">
<h3 i18n-content="androidAppsTitle"></h3>
<div class="checkbox controlled-setting-with-label">
<label>
@@ -230,6 +230,8 @@
metric="Options_AndroidApps" type="checkbox">
<span>
<span i18n-content="androidAppsEnabled"></span>
+ <span class="controlled-setting-indicator"
+ pref="arc.enabled"></span>
</span>
</label>
</div>
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698