Index: chrome/common/chrome_paths.h |
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
index b7021dfc2ddd21851a011d176743e854b76747bb..cd06c931ce92d9baf1958e115df60dbd249cd3ac 100644 |
--- a/chrome/common/chrome_paths.h |
+++ b/chrome/common/chrome_paths.h |
@@ -72,9 +72,6 @@ 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.). |
@@ -83,12 +80,16 @@ enum { |
FILE_RECORDED_SCRIPT, // Full path to the script.log file that |
// contains recorded browser events for |
// playback. |
- FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin |
- // file. Querying this path will succeed no |
- // matter the file exists or not. |
FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin |
// file. |
- |
+ FILE_PEPPER_FLASH_SYSTEM_PLUGIN, // Full path to the system version of the |
+ // Pepper Flash plugin, downloadable from |
+ // Adobe website. Querying this path might |
+ // succeed no matter the file exists or not. |
+ FILE_FLASH_SYSTEM_PLUGIN, // Full path to the system version of NPAPI |
+ // Flash plugin, downloadable from Adobe |
+ // website. Querying this path might succeed no |
+ // matter the file exists or not. |
FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file. |
DIR_PNACL_BASE, // Full path to the base dir for PNaCl. |
DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version |