| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 97fd2f33fcb05a0db05356a3ede6c2cd9de62d5a..80ff42b2ad7ff94d12f012e4d7a6d93b0c8ed302 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -585,6 +585,15 @@ extern const char kSignInPromoShowOnFirstRunAllowed[];
|
| extern const char kSignInPromoShowNTPBubble[];
|
| #endif
|
|
|
| +#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +extern const char kCrossDevicePromoOptedOut[];
|
| +extern const char kCrossDevicePromoActive[];
|
| +extern const char kCrossDevicePromoObservedSingleAccountCookie[];
|
| +extern const char kCrossDevicePromoNextFetchListDevicesTime[];
|
| +extern const char kCrossDevicePromoNumDevices[];
|
| +extern const char kCrossDevicePromoLastDeviceActiveTime[];
|
| +#endif
|
| +
|
| extern const char kWebAppCreateOnDesktop[];
|
| extern const char kWebAppCreateInAppsMenu[];
|
| extern const char kWebAppCreateInQuickLaunchBar[];
|
|
|