Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 717032ac624cb07fce06d401e225d14739b12877..18ffd65e48b4c57942ef212d15af5fa6bd0dba79 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -12,6 +12,7 @@ |
| #include "build/build_config.h" |
| #include "components/autofill/core/common/autofill_pref_names.h" |
| +#include "components/bookmarks/core/common/bookmark_pref_names.h" |
|
tfarina
2014/04/09 15:28:26
not lgtm, because of this change.
+Lei, for chrom
Lei Zhang
2014/04/09 17:58:45
Well, this is consistent with the #includes surrou
|
| #include "components/signin/core/common/signin_pref_names.h" |
| namespace prefs { |
| @@ -50,9 +51,6 @@ extern const char kOwnerLocale[]; |
| extern const char kDefaultCharset[]; |
| extern const char kAcceptLanguages[]; |
| extern const char kStaticEncodings[]; |
| -extern const char kShowBookmarkBar[]; |
| -extern const char kShowAppsShortcutInBookmarkBar[]; |
| -extern const char kBookmarkEditorExpandedNodes[]; |
| extern const char kWebKitCommonScript[]; |
| extern const char kWebKitStandardFontFamily[]; |
| extern const char kWebKitFixedFontFamily[]; |
| @@ -354,7 +352,6 @@ extern const char kAutofillDialogSaveData[]; |
| extern const char kAutofillDialogWalletShippingSameAsBilling[]; |
| extern const char kAutofillGeneratedCardBubbleTimesShown[]; |
| extern const char kAutofillDialogDefaults[]; |
| -extern const char kEditBookmarksEnabled[]; |
| extern const char kPinnedTabs[]; |
| @@ -447,9 +444,6 @@ extern const char kCrashReportingEnabled[]; |
| extern const char kMetricsInitialLogs[]; |
| extern const char kMetricsOngoingLogs[]; |
| -extern const char kBookmarkPromptEnabled[]; |
| -extern const char kBookmarkPromptImpressionCount[]; |
| - |
| extern const char kVariationsLastFetchTime[]; |
| extern const char kVariationsRestrictParameter[]; |
| extern const char kVariationsSeed[]; |