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

Unified Diff: chrome/browser/about_flags.cc

Issue 2917773002: Remove the chrome flag to show/hide ARC files app in launcher. (Closed)
Patch Set: Keep histogram enums. Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index dd8a2e27bb8ec63fa83f773cc4cfc866f07e4d9f..ab82b2c6384e0849bc6def2d388977e703f1a528 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2763,12 +2763,6 @@ const FeatureEntry kFeatureEntries[] = {
#endif // defined(OS_WIN)
#if defined(OS_CHROMEOS)
- {"show-arc-files-app", flag_descriptions::kShowArcFilesAppName,
- flag_descriptions::kShowArcFilesAppDescription, kOsCrOS,
- FEATURE_VALUE_TYPE(arc::kShowArcFilesAppFeature)},
-#endif // defined(OS_CHROMEOS)
-
-#if defined(OS_CHROMEOS)
{"force-enable-stylus-tools",
flag_descriptions::kForceEnableStylusToolsName,
flag_descriptions::kForceEnableStylusToolsDescription, kOsCrOS,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698