Commit 4a4ddcb4 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Tidy up feedback panel flag description.

CL:154436 added a flag to control the feedback panel for FilesApp.

This CL removes 'new' from the description and code comments as
that was flagged in the original CL after merge.

Bug: 947388
Change-Id: Iec61c601acfb56d8baf5fb2405958cfbd3f2bd1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644712Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666512}
parent 55509155
...@@ -1992,7 +1992,7 @@ ...@@ -1992,7 +1992,7 @@
{ {
"name": "file-manager-feedback-panel", "name": "file-manager-feedback-panel",
"owners": [ "adanilo" ], "owners": [ "adanilo" ],
"expiry_milestone": 77 "expiry_milestone": 78
}, },
{ {
// See https://crbug.com/904630, offical builds only. // See https://crbug.com/904630, offical builds only.
......
...@@ -3073,7 +3073,7 @@ const char kExperimentalAccessibilityChromeVoxRichTextIndicationDescription[] = ...@@ -3073,7 +3073,7 @@ const char kExperimentalAccessibilityChromeVoxRichTextIndicationDescription[] =
"user of text styling."; "user of text styling.";
const char kFileManagerFeedbackPanelDescription[] = const char kFileManagerFeedbackPanelDescription[] =
"Enable new feedback panel in the Files app."; "Enable feedback panel in the Files app.";
const char kFileManagerFeedbackPanelName[] = "Files App. feedback panel"; const char kFileManagerFeedbackPanelName[] = "Files App. feedback panel";
const char kFileManagerPiexWasmName[] = "Enable FilesApp piex-wasm module"; const char kFileManagerPiexWasmName[] = "Enable FilesApp piex-wasm module";
......
...@@ -47,7 +47,7 @@ const base::Feature kDiscoverApp{"DiscoverApp", ...@@ -47,7 +47,7 @@ const base::Feature kDiscoverApp{"DiscoverApp",
// If enabled, DriveFS will be used for Drive sync. // If enabled, DriveFS will be used for Drive sync.
const base::Feature kDriveFs{"DriveFS", base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kDriveFs{"DriveFS", base::FEATURE_ENABLED_BY_DEFAULT};
// If enabled shows the new visual signals feedback panel. // If enabled shows the visual signals feedback panel.
const base::Feature kEnableFileManagerFeedbackPanel{ const base::Feature kEnableFileManagerFeedbackPanel{
"EnableFeedbackPanel", base::FEATURE_DISABLED_BY_DEFAULT}; "EnableFeedbackPanel", base::FEATURE_DISABLED_BY_DEFAULT};
......
...@@ -1386,8 +1386,8 @@ util.timeoutPromise = (promise, ms, opt_message) => { ...@@ -1386,8 +1386,8 @@ util.timeoutPromise = (promise, ms, opt_message) => {
}; };
/** /**
* Examines whether the new feedback panel mode is enabled. * Examines whether the feedback panel mode is enabled.
* @return {boolean} True if the new feedback panel UI mode is enabled. * @return {boolean} True if the feedback panel UI mode is enabled.
*/ */
util.isFeedbackPanelEnabled = () => { util.isFeedbackPanelEnabled = () => {
return loadTimeData.getBoolean('FEEDBACK_PANEL_ENABLED'); return loadTimeData.getBoolean('FEEDBACK_PANEL_ENABLED');
......
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