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) |