Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index c0347342d066b2d745f2b9388f7234b63d102cdc..44e120e0fddf5ecf4f7ec5a324b9468852227b77 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -577,6 +577,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[]; |