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

Unified Diff: chrome/common/pref_names.h

Issue 2727813002: Options/MD Settings: use new prefs to drive import data dialog (Closed)
Patch Set: gab@ review Created 3 years, 10 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 03a07aae8435d0d9bd473ae62c3c9767c100dc19..a29c5725d5a517723feae4c8ae8e27a5e6c6577c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -395,6 +395,12 @@ extern const char kImportHomepage[];
extern const char kImportSavedPasswords[];
extern const char kImportSearchEngine[];
+extern const char kImportDialogAutofillFormData[];
+extern const char kImportDialogBookmarks[];
+extern const char kImportDialogHistory[];
+extern const char kImportDialogSavedPasswords[];
+extern const char kImportDialogSearchEngine[];
+
extern const char kProfileAvatarIndex[];
extern const char kProfileUsingDefaultName[];
extern const char kProfileName[];

Powered by Google App Engine
This is Rietveld 408576698