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

Unified Diff: chrome/browser/about_flags.cc

Issue 2429033002: [TTS] Add a Feature and about:flag for Single Actions. (Closed)
Patch Set: Reverted changes to FeatureUtilities (no longer needed). Created 4 years, 2 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 637e78a22e4d66efe7f6bd1f2f313d191d3fabf6..e1e06a9759921cd219b318c378dadac55e59717b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -744,6 +744,10 @@ const FeatureEntry kFeatureEntries[] = {
kOsAndroid,
SINGLE_VALUE_TYPE(
switches::kEnableContextualSearchContextualCardsBarIntegration)},
+ {"cs-contextual-cards-single-actions",
+ IDS_FLAGS_CONTEXTUAL_SEARCH_SINGLE_ACTIONS,
+ IDS_FLAGS_CONTEXTUAL_SEARCH_SINGLE_ACTIONS_DESCRIPTION, kOsAndroid,
+ FEATURE_VALUE_TYPE(chrome::android::kContextualSearchSingleActions)},
#endif // OS_ANDROID
{"show-autofill-type-predictions",
IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME,

Powered by Google App Engine
This is Rietveld 408576698