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

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

Issue 2098043002: Options: add a "Learn more" link to Android Apps section and tweak strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kenobi@ string tweaks 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
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" dialog-pref> 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 <a target="_blank" i18n-content="learnMore"
241 href="http://support.google.com/chromebook?p=playapps"></a>
240 </div> 242 </div>
241 <div id="android-apps-settings" class="controlled-setting-with-label" hidden > 243 <div id="android-apps-settings" class="controlled-setting-with-label" hidden >
242 <label> 244 <label>
243 <span id="android-apps-settings-label"></span> 245 <span id="android-apps-settings-label"></span>
244 </label> 246 </label>
245 </div> 247 </div>
246 </section> 248 </section>
247 </if> 249 </if>
248 <section id="sync-users-section" guest-visibility="hidden"> 250 <section id="sync-users-section" guest-visibility="hidden">
249 <h3 i18n-content="sectionTitleUsers"></h3> 251 <h3 i18n-content="sectionTitleUsers"></h3>
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 </button> 1122 </button>
1121 </div> 1123 </div>
1122 </section> 1124 </section>
1123 </div> <!-- advanced-settings-container --> 1125 </div> <!-- advanced-settings-container -->
1124 </div> <!-- advanced-settings --> 1126 </div> <!-- advanced-settings -->
1125 <footer id="advanced-settings-footer"> 1127 <footer id="advanced-settings-footer">
1126 <a is="action-link" id="advanced-settings-expander" 1128 <a is="action-link" id="advanced-settings-expander"
1127 i18n-content="showAdvancedSettings"></a> 1129 i18n-content="showAdvancedSettings"></a>
1128 </footer> 1130 </footer>
1129 </div> 1131 </div>
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698