| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index cd06c931ce92d9baf1958e115df60dbd249cd3ac..c0fbc48aeb29500e2a43390c694c802ac574fc5b 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -72,6 +72,9 @@ enum {
|
| DIR_COMPONENT_UPDATED_PEPPER_FLASH_PLUGIN, // Base directory of the Pepper
|
| // Flash plugins downloaded by the
|
| // component updater.
|
| + DIR_PEPPER_FLASH_SYSTEM_PLUGIN, // Base directory of the system version of
|
| + // the Pepper Flash plugin, downloadable
|
| + // from Adobe website.
|
| FILE_RESOURCE_MODULE, // Full path and filename of the module that
|
| // contains embedded resources (version,
|
| // strings, images, etc.).
|
| @@ -131,6 +134,10 @@ enum {
|
| DIR_GEN_TEST_DATA, // Directory where generated test data resides.
|
| DIR_TEST_DATA, // Directory where unit test data resides.
|
| DIR_TEST_TOOLS, // Directory where unit test tools reside.
|
| +#if defined(OS_LINUX)
|
| + FILE_COMPONENT_FLASH_HINT, // A file in a known location that points to
|
| + // the component updated flash plugin.
|
| +#endif // defined(OS_LINUX)
|
|
|
| PATH_END
|
| };
|
|
|