| Index: ios/chrome/browser/chrome_paths.h
|
| diff --git a/ios/chrome/browser/chrome_paths.h b/ios/chrome/browser/chrome_paths.h
|
| index 77a91220ed78f1b963899428cdb3e6ed890a2316..f447859caa968646c1f3f70de83c35e6c238fefa 100644
|
| --- a/ios/chrome/browser/chrome_paths.h
|
| +++ b/ios/chrome/browser/chrome_paths.h
|
| @@ -16,9 +16,13 @@ enum {
|
| DIR_USER_DATA = PATH_START, // Directory where user data can be written.
|
| DIR_CRASH_DUMPS, // Directory where crash dumps are written.
|
| DIR_TEST_DATA, // Directory where unit test data resides.
|
| -
|
| - FILE_LOCAL_STATE, // Path and filename to the file in which
|
| - // installation-specific state is saved.
|
| + DIR_GLOBAL_GCM_STORE, // Directory where the global GCM instance
|
| + // stores its data.
|
| + FILE_LOCAL_STATE, // Path and filename to the file in which
|
| + // installation-specific state is saved.
|
| + FILE_RESOURCES_PACK, // Full path to the .pak file containing binary
|
| + // data (e.g. html files and images used by
|
| + // internal pages).
|
|
|
| PATH_END
|
| };
|
|
|