Commit 2374eacf authored by Maggie Cai's avatar Maggie Cai Committed by Commit Bot

[Sharesheet] Turn on flags to enable sharesheet by default.

This CL turns on the kIntentHandlingSharing and kSharesheet flags to
enable sharesheet feature by default.

BUG=1097623

Change-Id: Idff4e37934fb730b7f83b86206d555a8c049f12e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460206
Commit-Queue: Maggie Cai <mxcai@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816071}
parent 4734ecf2
...@@ -490,7 +490,7 @@ const base::Feature kInstallableAmbientBadgeInfoBar{ ...@@ -490,7 +490,7 @@ const base::Feature kInstallableAmbientBadgeInfoBar{
#if !defined(OS_ANDROID) #if !defined(OS_ANDROID)
// Support sharing in Chrome OS intent handling. // Support sharing in Chrome OS intent handling.
const base::Feature kIntentHandlingSharing{"IntentHandlingSharing", const base::Feature kIntentHandlingSharing{"IntentHandlingSharing",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Allow user to have preference for PWA in the intent picker. // Allow user to have preference for PWA in the intent picker.
const base::Feature kIntentPickerPWAPersistence{ const base::Feature kIntentPickerPWAPersistence{
"IntentPickerPWAPersistence", base::FEATURE_DISABLED_BY_DEFAULT}; "IntentPickerPWAPersistence", base::FEATURE_DISABLED_BY_DEFAULT};
...@@ -700,8 +700,7 @@ const base::Feature kSecurityKeyAttestationPrompt{ ...@@ -700,8 +700,7 @@ const base::Feature kSecurityKeyAttestationPrompt{
"SecurityKeyAttestationPrompt", base::FEATURE_ENABLED_BY_DEFAULT}; "SecurityKeyAttestationPrompt", base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
const base::Feature kSharesheet{"Sharesheet", const base::Feature kSharesheet{"Sharesheet", base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};
#endif #endif
#if defined(OS_MAC) #if defined(OS_MAC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment