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

Unified Diff: chrome/browser/about_flags.cc

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: nits 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7cb46b7753d249e26c41f369ef4b84a012dd6614..9ab2195e75db92c47addbf86b43a241b12e8a47d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2255,6 +2255,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)
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698