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

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

Issue 3044047: DOMUI: Base framework for the AutoFill page. (Closed)
Patch Set: Fix missing handler. Created 10 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
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/autofill_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_options.html
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
new file mode 100644
index 0000000000000000000000000000000000000000..0bf82c9b7b00a09e7ff4d83bcad663faf6a0fd7f
--- /dev/null
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -0,0 +1,7 @@
+<div class="page hidden" id="autoFillOptionsPage">
+ <h1>
+ <span i18n-content="personalPage"></span>
+ &gt;
+ <span i18n-content="autoFillOptionsTitle"></span>
+ </h1>
+</div>
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/autofill_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698