Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: chrome/browser/about_flags.cc

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: passwords and histogram changes Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c5d84898a3d423039fa00bc6e28e8d04c4550ea3..fd11c62399205199f300d73d77d16c2cfb642205 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2234,6 +2234,10 @@ const FeatureEntry kFeatureEntries[] = {
{"new-usb-backend", IDS_FLAGS_NEW_USB_BACKEND_NAME,
IDS_FLAGS_NEW_USB_BACKEND_DESCRIPTION, kOsWin,
FEATURE_VALUE_TYPE(device::kNewUsbBackend)},
+ {"enable-desktop-ios-promotions",
+ IDS_FLAGS_ENABLE_DESKTOP_IOS_PROMOTIONS_NAME,
+ IDS_FLAGS_ENABLE_DESKTOP_IOS_PROMOTIONS_DESCRIPTION, kOsWin,
+ FEATURE_VALUE_TYPE(features::kDesktopIOSPromotion)},
#endif // defined(OS_WIN)
// NOTE: Adding new command-line switches requires adding corresponding

Powered by Google App Engine
This is Rietveld 408576698