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> |