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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 7c7f962c89e9c4e5e56c3f87e91504668f88d2ed..85e24851ec6eb9fb414d7153c5a94ca534f861c1 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -1,3 +1,6 @@
+<if expr="chromeos">
+ <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.
+</if>
<div id="settings" class="page" hidden>
<header>
<h1 i18n-content="settingsTitle"></h1>
« 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