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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2799233002: Add flag for zip archiver on files app. (Closed)
Patch Set: modify the name and description for zip archiver in flag_description.cc. 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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index e88d32eeb579a346676277a1165cf3d6b6a8e44d..469dcafcd96427a408168880593872ec8def55c4 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2464,6 +2464,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)

Powered by Google App Engine
This is Rietveld 408576698