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

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: revert unrelated changes by git cl format 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 </section> 241 </section>
242 </if> 242 </if>
243 <section id="sync-users-section" guest-visibility="hidden"> 243 <section id="sync-users-section" guest-visibility="hidden">
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 </button> 1115 </button>
1116 </div> 1116 </div>
1117 </section> 1117 </section>
1118 </div> <!-- advanced-settings-container --> 1118 </div> <!-- advanced-settings-container -->
1119 </div> <!-- advanced-settings --> 1119 </div> <!-- advanced-settings -->
1120 <footer id="advanced-settings-footer"> 1120 <footer id="advanced-settings-footer">
1121 <a is="action-link" id="advanced-settings-expander" 1121 <a is="action-link" id="advanced-settings-expander"
1122 i18n-content="showAdvancedSettings"></a> 1122 i18n-content="showAdvancedSettings"></a>
1123 </footer> 1123 </footer>
1124 </div> 1124 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698