| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 2d90e0aeaa88287380c6b01ba08585e766682f77..ab0ce9125addd8b1801da0d68d479aa5b9795317 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -24,6 +24,7 @@ enum {
|
| // used by Chrome at runtime.
|
| DIR_SHARED_RESOURCES, // Directory containing js and css files used
|
| // by DOMUI and component extensions.
|
| + DIR_PRINT_PREVIEW, // Directory containing the print preview extension.
|
| 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".
|
|
|