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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2799233002: Add flag for zip archiver on files app. (Closed)
Patch Set: 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 6b3dd6e223e747cf977ab080adf0c0ad5c2abab2..416cf91491d0b65a033615550d4e54f15a9b4ba0 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2267,6 +2267,12 @@ const char kEnableTouchSupportForScreenMagnifierName[] =
const char kEnableTouchSupportForScreenMagnifierDescription[] =
"Enables touch support for screen magnifier";
+const char kEnableZipArchiverOnFileManagerName[] =
+ "Zip Archiver on Files app";
+
+const char kEnableZipArchiverOnFileManagerDescription[] =
+ "Enables zipping on Files app";
yawano 2017/04/06 11:22:13 Zipping is already available on Files app. Might b
+
#endif // defined(OS_CHROMEOS)
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698