| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 2e466cbf0d2d6ec7a86a9feff83f2967c2d4a890..c91fcdc27ebd8acc4001dc587d2e54f68dc29854 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -784,8 +784,12 @@ extern const char kRegisteredProtocolHandlers[];
|
| extern const char kIgnoredProtocolHandlers[];
|
| extern const char kCustomHandlersEnabled[];
|
|
|
| -extern const char kUserCreatedLoginItem[];
|
| +#if defined(OS_MACOSX)
|
| extern const char kUserRemovedLoginItem[];
|
| +extern const char kChromeCreatedLoginItem[];
|
| +extern const char kMigratedLoginItemPref[];
|
| +#endif
|
| +
|
| extern const char kBackgroundModeEnabled[];
|
| extern const char kHardwareAccelerationModeEnabled[];
|
|
|
|
|