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

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

Issue 480953002: Implement "Autofill form data" import for Firefox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (simplify Read method) Created 6 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
« no previous file with comments | « chrome/browser/importer/profile_writer.cc ('k') | chrome/browser/resources/options/import_data_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/import_data_overlay.html
diff --git a/chrome/browser/resources/options/import_data_overlay.html b/chrome/browser/resources/options/import_data_overlay.html
index ecaa91e86fec74e74a93f3282deac63070dd4dc1..ce7bdb6d45f467dce11c8d68b636a81da6d40c97 100644
--- a/chrome/browser/resources/options/import_data_overlay.html
+++ b/chrome/browser/resources/options/import_data_overlay.html
@@ -50,6 +50,16 @@
<span class="controlled-setting-indicator"
pref="import_search_engine"></span>
</div>
+ <div class="checkbox controlled-setting-with-label"
+ id="import-autofill-form-data-with-label">
+ <label>
+ <input id="import-autofill-form-data" type="checkbox"
+ pref="import_autofill_form_data">
+ <span i18n-content="importAutofillFormData"></span>
+ </label>
+ <span class="controlled-setting-indicator"
+ pref="import_autofill_form_data"></span>
+ </div>
</div>
</div>
<div class="import-data-success" hidden>
« no previous file with comments | « chrome/browser/importer/profile_writer.cc ('k') | chrome/browser/resources/options/import_data_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698