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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2644573003: Initial version of the split CBD dialog (Closed)
Patch Set: Created 3 years, 11 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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 908982e3c4145873f988a1f4ef4af7756a4b9d0f..3adc7e2737a074dfff2e7ddaba92ebb16b406a72 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -57,6 +57,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kPhysicalWebIgnoreOtherClientsFeature,
&kSpecialLocaleFeature,
&kSpecialLocaleWrapper,
+ &kTabsInCBD,
&kTabReparenting,
&kWebPaymentsModifiers,
&ntp_snippets::kContentSuggestionsFeature,
@@ -133,6 +134,8 @@ const base::Feature kSpecialLocaleFeature{"SpecialLocale",
const base::Feature kSpecialLocaleWrapper{"SpecialLocaleWrapper",
base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kTabsInCBD{"TabsInCBD", base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kTabReparenting{"TabReparenting",
base::FEATURE_ENABLED_BY_DEFAULT};
« chrome/app/generated_resources.grd ('K') | « chrome/browser/android/chrome_feature_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698