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

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

Issue 3052022: add files (Closed)
Patch Set: Created 10 years, 5 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/import_data_overlay.html
diff --git a/chrome/browser/resources/options/import_data_overlay.html b/chrome/browser/resources/options/import_data_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..35d2e3e2365884425fdae62e501c98c5ba9b9150
--- /dev/null
+++ b/chrome/browser/resources/options/import_data_overlay.html
@@ -0,0 +1,28 @@
+<div class="page hidden" id="importDataOverlay">
+ <h1 i18n-content="import_data_title"></h1>
+ <div>
+ <span i18n-content="import_from_label"></span>
+ <select id="supported-browsers"></select>
+ </div>
+ <div>
+ <span i18n-content="import_description"></span>
+ <label>
+ <input id="import-favorites" type="checkbox">
+ <span i18n-content="import_favorites">
+ </label><br>
+ <label>
+ <input id="import-search" type="checkbox">
+ <span i18n-content="import_search">
+ </label><br>
+ <label>
+ <input id="import-passwords" type="checkbox">
+ <span i18n-content="import_passwords">
+ </label><br>
+ <label>
+ <input id="import-history" type="checkbox">
+ <span i18n-content="import_history">
+ </label><br>
+ </div>
+ <button id="import-data-cancel" i18n-content="cancel"></button>
+ <button id="import-data-commit" i18n-content="import_commit"></button>
+</div>
« no previous file with comments | « chrome/browser/dom_ui/stop_syncing_handler.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