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