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

Unified Diff: chrome/common/pref_names.h

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Autofill code after fixing the lint errors. Created 10 years 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 46d50cee900bd7da0a6fa0951303dd8e8288d2f0..904cf35e8340d5afbe05bd4e604d596564904451 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -369,6 +369,7 @@ extern const char kSyncPasswords[];
extern const char kSyncPreferences[];
extern const char kSyncApps[];
extern const char kSyncAutofill[];
+extern const char kSyncAutofill_profile[];
extern const char kSyncThemes[];
extern const char kSyncTypedUrls[];
extern const char kSyncExtensions[];
@@ -378,6 +379,7 @@ extern const char kGoogleServicesUsername[];
extern const char kSyncCredentialsMigrated[];
extern const char kSyncUsingSecondaryPassphrase[];
extern const char kEncryptionBootstrapToken[];
+extern const char kAutofillProfileMigrated[];
extern const char kWebAppCreateOnDesktop[];
extern const char kWebAppCreateInAppsMenu[];

Powered by Google App Engine
This is Rietveld 408576698