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

Unified Diff: chrome/common/chrome_paths.h

Issue 7718021: Add external extensions json source in proper mac location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use IsParent() Created 9 years, 4 months 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
Index: chrome/common/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 4998213670017ea36d9c1691b60563b31c6deaba..03b6beb8970074e873766e23fe476eb7caf8d880 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -57,6 +57,13 @@ enum {
#endif
DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
+
+#if defined(OS_MACOSX)
+ DIR_DEPRICATED_EXTERNAL_EXTENSIONS, // Former home of external extensions.
+ // We read from the old path for now,
+ // to give users time to migrate.
+#endif
+
FILE_RESOURCE_MODULE, // Full path and filename of the module that
// contains embedded resources (version,
// strings, images, etc.).

Powered by Google App Engine
This is Rietveld 408576698