| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index dc152c5fe3b4148f448a87134a73a968aa296791..708dc29924e80e64a0a68979189935ad406e1fad 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -256,6 +256,12 @@ extern const char kEnableReferrers[];
|
| extern const char kPresentationModeEnabled[];
|
| #endif
|
|
|
| +extern const char kImportBookmarks[];
|
| +extern const char kImportHistory[];
|
| +extern const char kImportHomepage[];
|
| +extern const char kImportSearchEngine[];
|
| +extern const char kImportSavedPasswords[];
|
| +
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| extern const char kLocalProfileId[];
|
| extern const char kPasswordsUseLocalProfileId[];
|
| @@ -514,7 +520,6 @@ extern const char kCarrierDealPromoShown[];
|
| #endif
|
|
|
| extern const char kClearPluginLSODataEnabled[];
|
| -
|
| extern const char kDiskCacheDir[];
|
|
|
| extern const char kChromeOsReleaseChannel[];
|
|
|