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

Unified Diff: ios/chrome/browser/chrome_paths.h

Issue 1415573009: Add missing accessor to ios PathProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment by blundell Created 5 years, 1 month 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
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_paths.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_paths.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698