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

Unified Diff: components/arc/arc_features.cc

Issue 2648263007: Add a flag to specify whether to show ARC Files app in launcher. (Closed)
Patch Set: Change the description again after discussion. Rebase on remote master. Created 3 years, 11 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 | « components/arc/arc_features.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_features.cc
diff --git a/components/arc/arc_features.cc b/components/arc/arc_features.cc
index 5e3f68ffac29945a791fcc84a2c1cee4a035e462..e5db91b0710a232f4227cc7e5f0f386de1a11363 100644
--- a/components/arc/arc_features.cc
+++ b/components/arc/arc_features.cc
@@ -17,4 +17,9 @@ const base::Feature kBootCompletedBroadcastFeature {
"ArcBootCompletedBroadcast", base::FEATURE_ENABLED_BY_DEFAULT
};
+// Controls whether we show Arc Files app in Chrome launcher.
+const base::Feature kShowArcFilesAppFeature {
+ "ShowArcFilesApp", base::FEATURE_DISABLED_BY_DEFAULT
+};
+
} // namespace arc
« no previous file with comments | « components/arc/arc_features.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698