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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 2002253004: Add warning message when disabling ARC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix css copy detection Created 4 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 unified diff | Download patch
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html">
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml">
9 <include src="secondary_user_banner.html"> 9 <include src="secondary_user_banner.html">
10 <section id="network-section-cros"> 10 <section id="network-section-cros">
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 </div> 223 </div>
224 </div> 224 </div>
225 </div> 225 </div>
226 </section> 226 </section>
227 <if expr="chromeos"> 227 <if expr="chromeos">
228 <section id="android-apps-section" hidden> 228 <section id="android-apps-section" hidden>
229 <h3 i18n-content="androidAppsTitle"></h3> 229 <h3 i18n-content="androidAppsTitle"></h3>
230 <div class="checkbox controlled-setting-with-label"> 230 <div class="checkbox controlled-setting-with-label">
231 <label> 231 <label>
232 <input id="android-apps-enabled" pref="arc.enabled" 232 <input id="android-apps-enabled" pref="arc.enabled"
233 metric="Options_AndroidApps" type="checkbox"> 233 metric="Options_AndroidApps" type="checkbox" dialog-pref>
234 <span> 234 <span>
235 <span i18n-content="androidAppsEnabled"></span> 235 <span i18n-content="androidAppsEnabled"></span>
236 <span class="controlled-setting-indicator" 236 <span class="controlled-setting-indicator"
237 pref="arc.enabled"></span> 237 pref="arc.enabled"></span>
238 </span> 238 </span>
239 </label> 239 </label>
240 </div> 240 </div>
241 <div id="android-apps-settings" class="controlled-setting-with-label" hidden > 241 <div id="android-apps-settings" class="controlled-setting-with-label" hidden >
242 <label> 242 <label>
243 <span id="android-apps-settings-label"></span> 243 <span id="android-apps-settings-label"></span>
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 </button> 1120 </button>
1121 </div> 1121 </div>
1122 </section> 1122 </section>
1123 </div> <!-- advanced-settings-container --> 1123 </div> <!-- advanced-settings-container -->
1124 </div> <!-- advanced-settings --> 1124 </div> <!-- advanced-settings -->
1125 <footer id="advanced-settings-footer"> 1125 <footer id="advanced-settings-footer">
1126 <a is="action-link" id="advanced-settings-expander" 1126 <a is="action-link" id="advanced-settings-expander"
1127 i18n-content="showAdvancedSettings"></a> 1127 i18n-content="showAdvancedSettings"></a>
1128 </footer> 1128 </footer>
1129 </div> 1129 </div>
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/arc_opt_out_confirm_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698