Index: chrome/common/chrome_paths.h |
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
index d5ed20f2d1692d50355ed9e68a323ebe99c71062..d436f8e264650e14f9e054ee427f3dd789ed98a2 100644 |
--- a/chrome/common/chrome_paths.h |
+++ b/chrome/common/chrome_paths.h |
@@ -115,13 +115,16 @@ enum { |
DIR_MANAGED_USERS_DEFAULT_APPS, // Directory where installer places .crx |
// files to be installed when managed user |
// session starts. |
- |
#if defined(OS_LINUX) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
DIR_NATIVE_MESSAGING, // System directory where native messaging host |
// manifest files are stored. |
DIR_USER_NATIVE_MESSAGING, // Directory with Native Messaging Hosts |
// installed per-user. |
#endif |
+#if !defined(OS_ANDROID) |
+ DIR_GLOBAL_GCM_STORE, // Directory where the global GCM instance |
+ // stores its data. |
+#endif |
// Valid only in development environment; TODO(darin): move these |
DIR_GEN_TEST_DATA, // Directory where generated test data resides. |