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

Unified Diff: chrome/browser/about_flags.cc

Issue 2799233002: Add flag for zip archiver on files app. (Closed)
Patch Set: Resolved conflict with master. Created 3 years, 8 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 84bed9ceb02d7cf13ec8bf2e1d133b93b1a7aef0..9d7797b5adf9cf80a213f231b1600a60b0a085a6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2601,6 +2601,15 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshEnableSmoothScreenRotation)},
#endif // defined(USE_ASH)
+#if defined(OS_CHROMEOS)
+ {"enable-zip-archiver-on-file-manager",
+ flag_descriptions::kEnableZipArchiverOnFileManagerName,
+ flag_descriptions::kEnableZipArchiverOnFileManagerDescription,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(
+ chromeos::switches::kEnableZipArchiverOnFileManager)},
+#endif // OS_CHROMEOS
+
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test.
« 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