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

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

Issue 747883002: UMA stats for time settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | tools/metrics/actions/actions.xml » ('j') | 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="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <include src="secondary_user_banner.html"> 8 <include src="secondary_user_banner.html">
9 <section> 9 <section>
10 <div id="network-section-header" class="section-header"> 10 <div id="network-section-header" class="section-header">
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 <section> 287 <section>
288 <h3 i18n-content="datetimeTitle"></h3> 288 <h3 i18n-content="datetimeTitle"></h3>
289 <div class="option-control-table"> 289 <div class="option-control-table">
290 <div guest-visibility="disabled"> 290 <div guest-visibility="disabled">
291 <span id="timezone-value-label" class="option-name" 291 <span id="timezone-value-label" class="option-name"
292 i18n-content="timezone"></span> 292 i18n-content="timezone"></span>
293 <div id="timezone-value"> 293 <div id="timezone-value">
294 <select class="control" 294 <select class="control"
295 i18n-options="timezoneList" data-type="string" 295 i18n-options="timezoneList" data-type="string"
296 pref="cros.system.timezone" 296 pref="cros.system.timezone"
297 aria-labelledby="timezone-value-label"></select> 297 aria-labelledby="timezone-value-label"
298 metric="Options_TimezoneSelect"></select>
298 </div> 299 </div>
299 </div> 300 </div>
300 <div class="checkbox settings-row"> 301 <div class="checkbox settings-row">
301 <label> 302 <label>
302 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" 303 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock"
303 type="checkbox"> 304 metric="Options_Use24HourClockCheckbox" type="checkbox">
304 <span i18n-content="use24HourClock"></span> 305 <span i18n-content="use24HourClock"></span>
305 </label> 306 </label>
306 </div> 307 </div>
307 <div id="time-synced-explanation" class="settings-row" 308 <div id="time-synced-explanation" class="settings-row"
308 i18n-content="timeSyncedExplanation"></div> 309 i18n-content="timeSyncedExplanation"></div>
309 <div id="set-time" class="settings-row" hidden> 310 <div id="set-time" class="settings-row" hidden>
310 <button id="set-time-button" 311 <button id="set-time-button"
311 i18n-content="setTimeButton"></button> 312 i18n-content="setTimeButton"></button>
312 </div> 313 </div>
313 </div> 314 </div>
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 </button> 981 </button>
981 </div> 982 </div>
982 </section> 983 </section>
983 </div> <!-- advanced-settings-container --> 984 </div> <!-- advanced-settings-container -->
984 </div> <!-- advanced-settings --> 985 </div> <!-- advanced-settings -->
985 <footer> 986 <footer>
986 <a is="action-link" id="advanced-settings-expander" 987 <a is="action-link" id="advanced-settings-expander"
987 i18n-content="showAdvancedSettings"></a> 988 i18n-content="showAdvancedSettings"></a>
988 </footer> 989 </footer>
989 </div> 990 </div>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698