| Index: extensions/common/manifest_constants.h
|
| diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
|
| index fa587015a3808cfc6a40800e3447c8cd334e6986..d93954e0d721ab4adf528ad1fd4706474083e845 100644
|
| --- a/extensions/common/manifest_constants.h
|
| +++ b/extensions/common/manifest_constants.h
|
| @@ -184,7 +184,9 @@ extern const char kWebviewName[];
|
| extern const char kWebviewAccessibleResources[];
|
| extern const char kWebviewPartitions[];
|
| extern const char kWhitelist[];
|
| -
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kFileSystemProvider[];
|
| +#endif
|
| } // namespace manifest_keys
|
|
|
| // Some values expected in manifests.
|
| @@ -476,6 +478,7 @@ extern const char kUnrecognizedManifestProperty[];
|
| extern const char kWebRequestConflictsWithLazyBackground[];
|
| #if defined(OS_CHROMEOS)
|
| extern const char kIllegalPlugins[];
|
| +extern const char kInvalidFileSystemProvider[];
|
| #endif
|
|
|
| } // namespace manifest_errors
|
|
|