Commit ab47dcd2 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Remove feature flag for VS Feedback Panels

Bug: 1027012
Change-Id: I2f7dc9648295808ff9ca2d74af28ab7eb0f1bcb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014218Reviewed-by: default avatarAustin Tankiang <austinct@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734269}
parent ab28ef1a
...@@ -2785,10 +2785,6 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -2785,10 +2785,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kCrostiniUsbAllowUnsupportedName, flag_descriptions::kCrostiniUsbAllowUnsupportedName,
flag_descriptions::kCrostiniUsbAllowUnsupportedDescription, kOsCrOS, flag_descriptions::kCrostiniUsbAllowUnsupportedDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kCrostiniUsbAllowUnsupported)}, FEATURE_VALUE_TYPE(chromeos::features::kCrostiniUsbAllowUnsupported)},
{"file-manager-feedback-panel",
flag_descriptions::kFileManagerFeedbackPanelName,
flag_descriptions::kFileManagerFeedbackPanelDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kEnableFileManagerFeedbackPanel)},
{"files-ng", flag_descriptions::kFilesNGName, {"files-ng", flag_descriptions::kFilesNGName,
flag_descriptions::kFilesNGDescription, kOsCrOS, flag_descriptions::kFilesNGDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kFilesNG)}, FEATURE_VALUE_TYPE(chromeos::features::kFilesNG)},
......
...@@ -42,9 +42,6 @@ ExtensionFunction::ResponseAction FileManagerPrivateGetStringsFunction::Run() { ...@@ -42,9 +42,6 @@ ExtensionFunction::ResponseAction FileManagerPrivateGetStringsFunction::Run() {
dict->SetBoolean("CROSTINI_ENABLED", dict->SetBoolean("CROSTINI_ENABLED",
crostini::CrostiniFeatures::Get()->IsEnabled( crostini::CrostiniFeatures::Get()->IsEnabled(
Profile::FromBrowserContext(browser_context()))); Profile::FromBrowserContext(browser_context())));
dict->SetBoolean("FEEDBACK_PANEL_ENABLED",
base::FeatureList::IsEnabled(
chromeos::features::kEnableFileManagerFeedbackPanel));
dict->SetBoolean("PLUGIN_VM_ENABLED", dict->SetBoolean("PLUGIN_VM_ENABLED",
plugin_vm::IsPluginVmEnabled( plugin_vm::IsPluginVmEnabled(
Profile::FromBrowserContext(browser_context()))); Profile::FromBrowserContext(browser_context())));
......
...@@ -2254,11 +2254,6 @@ ...@@ -2254,11 +2254,6 @@
"owners": ["harrisjay@chromium.org", "raymes@chromium.org"], "owners": ["harrisjay@chromium.org", "raymes@chromium.org"],
"expiry_milestone": 82 "expiry_milestone": 82
}, },
{
"name": "file-manager-feedback-panel",
"owners": [ "adanilo" ],
"expiry_milestone": 81
},
{ {
"name": "files-ng", "name": "files-ng",
"owners": [ "adanilo", "noel" ], "owners": [ "adanilo", "noel" ],
......
...@@ -3647,10 +3647,6 @@ const char kExperimentalAccessibilitySwitchAccessTextDescription[] = ...@@ -3647,10 +3647,6 @@ const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
"Enable experimental or in-progress Switch Access features for improved " "Enable experimental or in-progress Switch Access features for improved "
"text input"; "text input";
const char kFileManagerFeedbackPanelDescription[] =
"Enable feedback panel in the Files app.";
const char kFileManagerFeedbackPanelName[] = "Files App. feedback panel";
const char kFileManagerTouchModeName[] = "Files App. touch mode"; const char kFileManagerTouchModeName[] = "Files App. touch mode";
const char kFileManagerTouchModeDescription[] = const char kFileManagerTouchModeDescription[] =
"Touchscreen-specific interactions of the Files app."; "Touchscreen-specific interactions of the Files app.";
......
...@@ -2175,9 +2175,6 @@ extern const char kExperimentalAccessibilitySwitchAccessDescription[]; ...@@ -2175,9 +2175,6 @@ extern const char kExperimentalAccessibilitySwitchAccessDescription[];
extern const char kExperimentalAccessibilitySwitchAccessTextName[]; extern const char kExperimentalAccessibilitySwitchAccessTextName[];
extern const char kExperimentalAccessibilitySwitchAccessTextDescription[]; extern const char kExperimentalAccessibilitySwitchAccessTextDescription[];
extern const char kFileManagerFeedbackPanelDescription[];
extern const char kFileManagerFeedbackPanelName[];
extern const char kFileManagerTouchModeName[]; extern const char kFileManagerTouchModeName[];
extern const char kFileManagerTouchModeDescription[]; extern const char kFileManagerTouchModeDescription[];
......
...@@ -122,10 +122,6 @@ const base::Feature kDriveFsMirroring{"DriveFsMirroring", ...@@ -122,10 +122,6 @@ const base::Feature kDriveFsMirroring{"DriveFsMirroring",
const base::Feature kEduCoexistence{"EduCoexistence", const base::Feature kEduCoexistence{"EduCoexistence",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// If enabled shows the visual signals feedback panel.
const base::Feature kEnableFileManagerFeedbackPanel{
"EnableFeedbackPanel", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables Device End Of Lifetime warning notifications. // Enables Device End Of Lifetime warning notifications.
const base::Feature kEolWarningNotifications{"EolWarningNotifications", const base::Feature kEolWarningNotifications{"EolWarningNotifications",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
......
...@@ -65,8 +65,6 @@ extern const base::Feature kEolWarningNotifications; ...@@ -65,8 +65,6 @@ extern const base::Feature kEolWarningNotifications;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kEduCoexistence; extern const base::Feature kEduCoexistence;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kEnableFileManagerFeedbackPanel;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kExoPointerLock; extern const base::Feature kExoPointerLock;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const base::Feature kFilesNG; COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const base::Feature kFilesNG;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const base::Feature kMojoDBusRelay; COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const base::Feature kMojoDBusRelay;
......
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