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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Closure compiler fix. Created 4 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 | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <if expr="chromeos">
2 <link rel="import" href="/people_page/lock_screen_constants.html">
3 </if>
1 <div id="settings" class="page" hidden> 4 <div id="settings" class="page" hidden>
2 <header> 5 <header>
3 <h1 i18n-content="settingsTitle"></h1> 6 <h1 i18n-content="settingsTitle"></h1>
4 </header> 7 </header>
5 <include src="automatic_settings_reset_banner.html"> 8 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 9 <if expr="chromeos">
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> 10 <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"> 11 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml">
9 <include src="secondary_user_banner.html"> 12 <include src="secondary_user_banner.html">
10 <section id="network-section-cros"> 13 <section id="network-section-cros">
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 </button> 1135 </button>
1133 </div> 1136 </div>
1134 </section> 1137 </section>
1135 </div> <!-- advanced-settings-container --> 1138 </div> <!-- advanced-settings-container -->
1136 </div> <!-- advanced-settings --> 1139 </div> <!-- advanced-settings -->
1137 <footer id="advanced-settings-footer"> 1140 <footer id="advanced-settings-footer">
1138 <a is="action-link" id="advanced-settings-expander" 1141 <a is="action-link" id="advanced-settings-expander"
1139 i18n-content="showAdvancedSettings"></a> 1142 i18n-content="showAdvancedSettings"></a>
1140 </footer> 1143 </footer>
1141 </div> 1144 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698