Index: chrome/common/chrome_paths.h |
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
index a0ed80f6fce87de49dc8155c78458af731827bfb..13762bd234177f60300892bc6c53603b821db9ff 100644 |
--- a/chrome/common/chrome_paths.h |
+++ b/chrome/common/chrome_paths.h |
@@ -40,6 +40,8 @@ enum { |
// "Downloads". (Linux) |
DIR_DEFAULT_DOWNLOADS, // Directory for a user's downloads. |
DIR_INTERNAL_PLUGINS, // Directory where internal plugins reside. |
+ DIR_COMPONENTS, // Directory where built-in implementations of |
+ // component-updated libraries or data reside. |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
DIR_POLICY_FILES, // Directory for system-wide read-only |
// policy files that allow sys-admins |