Skip to content

Commit

Permalink
Deprecating kDirectActions flag.
Browse files Browse the repository at this point in the history
Bug: 1385901
Change-Id: Ie0c4615205b28251394b83cebe466b7bac629793
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4109368
Reviewed-by: Shakti Sahu <shaktisahu@chromium.org>
Commit-Queue: Ritika Gupta <ritikagup@google.com>
Cr-Commit-Position: refs/heads/main@{#1084458}
  • Loading branch information
ritikagup authored and Chromium LUCI CQ committed Dec 16, 2022
1 parent 2e86d1e commit d89a2df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions chrome/browser/flags/android/chrome_feature_list.cc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ const base::Feature* const kFeaturesExposedToJava[] = {
&kContextualSearchSuppressShortView,
&kContextualSearchThinWebViewImplementation,
&kDeferKeepScreenOnDuringGesture,
&kDirectActions,
&kExperimentsForAgsa,
&kExploreSites,
&kFocusOmniboxInIncognitoTabIntents,
Expand Down Expand Up @@ -715,8 +714,6 @@ BASE_FEATURE(kDeferKeepScreenOnDuringGesture,
"DeferKeepScreenOnDuringGesture",
base::FEATURE_DISABLED_BY_DEFAULT);

BASE_FEATURE(kDirectActions, "DirectActions", base::FEATURE_ENABLED_BY_DEFAULT);

BASE_FEATURE(kDownloadAutoResumptionThrottling,
"DownloadAutoResumptionThrottling",
base::FEATURE_ENABLED_BY_DEFAULT);
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/flags/android/chrome_feature_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ BASE_DECLARE_FEATURE(kContextualSearchForceCaption);
BASE_DECLARE_FEATURE(kContextualSearchSuppressShortView);
BASE_DECLARE_FEATURE(kContextualSearchThinWebViewImplementation);
BASE_DECLARE_FEATURE(kDeferKeepScreenOnDuringGesture);
BASE_DECLARE_FEATURE(kDirectActions);
BASE_DECLARE_FEATURE(kDontPrefetchLibraries);
BASE_DECLARE_FEATURE(kDownloadAutoResumptionThrottling);
BASE_DECLARE_FEATURE(kDownloadHomeForExternalApp);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ public static boolean getFieldTrialParamByFeatureAsBoolean(
public static final String DEFER_KEEP_SCREEN_ON_DURING_GESTURE =
"DeferKeepScreenOnDuringGesture";
public static final String DETAILED_LANGUAGE_SETTINGS = "DetailedLanguageSettings";
public static final String DIRECT_ACTIONS = "DirectActions";
public static final String ENABLE_IPH = "EnableIPH";
public static final String DNS_OVER_HTTPS = "DnsOverHttps";
public static final String DOWNLOADS_FOREGROUND = "DownloadsForeground";
Expand Down

0 comments on commit d89a2df

Please sign in to comment.