diff options
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 21867bd..74f7920 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -24,7 +24,7 @@ enum { DIR_RESOURCES, // Directory containing separate file resources // used by Chrome at runtime. DIR_SHARED_RESOURCES, // Directory containing js and css files used - // by DOMUI and component extensions. + // by WebUI and component extensions. DIR_INSPECTOR, // Directory where web inspector is located. DIR_APP_DICTIONARIES, // Directory where the global dictionaries are. DIR_USER_DOCUMENTS, // Directory for a user's "My Documents". @@ -35,6 +35,9 @@ enum { // this when a temporary file or directory will // be moved into the profile, to avoid issues // moving across volumes. See crbug.com/13044 . + // Getting this path does not create it. Users + // should check that the path exists before + // using it. DIR_INTERNAL_PLUGINS, // Directory where internal plugins reside. #if !defined(OS_MACOSX) && defined(OS_POSIX) DIR_POLICY_FILES, // Directory for system-wide read-only @@ -46,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.). |