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

Unified Diff: chrome/browser/resources/options/route.html

Issue 2236213002: Add quick unlock Settings in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix browser tests Created 4 years, 4 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/route.html
diff --git a/chrome/browser/resources/options/route.html b/chrome/browser/resources/options/route.html
new file mode 100644
index 0000000000000000000000000000000000000000..decc1de52021e800443f35147752b004d65809a2
--- /dev/null
+++ b/chrome/browser/resources/options/route.html
@@ -0,0 +1,6 @@
+<!-- TODO(xiaoyinh@): This file is a copy of
+ chrome/browser/resources/settings/route.html,
+should be removed once we don't need to support options -->
+<link rel="import" href="chrome://resources/html/cr.html">
+
+<script src="route.js"></script>

Powered by Google App Engine
This is Rietveld 408576698