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

Unified Diff: chrome/common/chrome_paths.h

Issue 6370009: Add in-profile external_extensions.json file for Chrome OS OEM customization. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Address review comments. Created 9 years, 11 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
« no previous file with comments | « chrome/browser/extensions/external_pref_extension_loader.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 09fe1b69eed44fca58607f8443ed762021b166a9..0626fc26059ed578db63a84d7dd7b4e138966de0 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -49,6 +49,12 @@ enum {
DIR_MANAGED_PREFS, // Directory that stores the managed prefs plist
// files for the current user.
#endif
+#if defined(OS_CHROMEOS)
+ DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions.
+ // Used for OEM customization on Chrome OS.
+ // Getting this path does not create it.
+#endif
+
FILE_RESOURCE_MODULE, // Full path and filename of the module that
// contains embedded resources (version,
// strings, images, etc.).
« no previous file with comments | « chrome/browser/extensions/external_pref_extension_loader.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698