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

Unified Diff: chrome/browser/flag_descriptions.h

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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 678847184635291a6c8c89e182bcd591287a1601..ed27798d21bc764427bd21a1c0aca0d99844693a 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2478,6 +2478,12 @@ extern const char kEnableTouchSupportForScreenMagnifierName[];
// Description of the touch support for screen magnifier flag.
extern const char kEnableTouchSupportForScreenMagnifierDescription[];
+// Name of zip archiver on files app flag.
+extern const char kEnableZipArchiverOnFileManagerName[];
+
+// Description of zip archiver on files app flag.
+extern const char kEnableZipArchiverOnFileManagerDescription[];
+
#endif // defined(OS_CHROMEOS)
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698