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

Side by Side Diff: chrome/browser/resources/options/import_data_overlay.html

Issue 3052022: add files (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div class="page hidden" id="importDataOverlay">
2 <h1 i18n-content="import_data_title"></h1>
3 <div>
4 <span i18n-content="import_from_label"></span>
5 <select id="supported-browsers"></select>
6 </div>
7 <div>
8 <span i18n-content="import_description"></span>
9 <label>
10 <input id="import-favorites" type="checkbox">
11 <span i18n-content="import_favorites">
12 </label><br>
13 <label>
14 <input id="import-search" type="checkbox">
15 <span i18n-content="import_search">
16 </label><br>
17 <label>
18 <input id="import-passwords" type="checkbox">
19 <span i18n-content="import_passwords">
20 </label><br>
21 <label>
22 <input id="import-history" type="checkbox">
23 <span i18n-content="import_history">
24 </label><br>
25 </div>
26 <button id="import-data-cancel" i18n-content="cancel"></button>
27 <button id="import-data-commit" i18n-content="import_commit"></button>
28 </div>
OLDNEW
« 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