| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index a8dea0dcd72a251f9d05d695db4a169ef5e10bca..6930b9e0ff6e3da65bcd8667c3bd744e0062c678 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -353,7 +353,9 @@ extern const char kDefaultBrowserSettingEnabled[];
|
| #if defined(OS_MACOSX)
|
| extern const char kShowUpdatePromotionInfoBar[];
|
| #endif
|
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| extern const char kUseCustomChromeFrame[];
|
| +#endif
|
| extern const char kBackShortcutBubbleShownCount[];
|
| #if defined(ENABLE_PLUGINS)
|
| extern const char kContentSettingsPluginWhitelist[];
|
|
|