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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Moved resource to browser options. Created 4 years, 3 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 <if expr="chromeos">
2 <link rel="import" href="../settings/people_page/lock_screen_constants.html">
jdufault 2016/09/21 19:01:46 no indent
jdufault 2016/09/21 19:01:46 The href doesn't look like a valid URL? Does this
sammiequon 2016/09/22 00:55:59 Done.
sammiequon 2016/09/22 00:55:59 Done.
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 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 </button> 1121 </button>
1119 </div> 1122 </div>
1120 </section> 1123 </section>
1121 </div> <!-- advanced-settings-container --> 1124 </div> <!-- advanced-settings-container -->
1122 </div> <!-- advanced-settings --> 1125 </div> <!-- advanced-settings -->
1123 <footer id="advanced-settings-footer"> 1126 <footer id="advanced-settings-footer">
1124 <a is="action-link" id="advanced-settings-expander" 1127 <a is="action-link" id="advanced-settings-expander"
1125 i18n-content="showAdvancedSettings"></a> 1128 i18n-content="showAdvancedSettings"></a>
1126 </footer> 1129 </footer>
1127 </div> 1130 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | chrome/browser/ui/webui/options/options_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698