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

Unified Diff: chrome/common/pref_names.cc

Issue 480953002: Implement "Autofill form data" import for Firefox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test case Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 8847ae3f2edc65142f1524febc5aa449d28d3735..45cda8ef4cba6b83790cce00c14b896ee34f1525 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1134,6 +1134,10 @@ const char kImportSearchEngine[] = "import_search_engine";
// browser on first run.
const char kImportSavedPasswords[] = "import_saved_passwords";
+// Boolean that specifies whether to import the form data for autofill from the
+// default browser on first run.
+const char kImportAutofillFormData[] = "import_autofill_form_data";
Ilya Sherman 2014/08/20 05:47:41 Hmm, does this only affect first-run? Is there an
Nikhil 2014/08/20 11:29:17 I think this is only for registering preferences w
Ilya Sherman 2014/08/20 20:47:22 If that's so, then let's update the comment for th
Nikhil 2014/08/21 07:35:36 [1] Feature works fine even if we remove this pref
+
// Profile avatar and name
const char kProfileAvatarIndex[] = "profile.avatar_index";
const char kProfileName[] = "profile.name";

Powered by Google App Engine
This is Rietveld 408576698