Chromium Code Reviews| Index: chrome/common/chrome_paths.h |
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h |
| index 09988fc21bcbd40dd1b726cb23f38cd153281d86..3137f76e433ca8c51f5bf20c139cc58e71870f84 100644 |
| --- a/chrome/common/chrome_paths.h |
| +++ b/chrome/common/chrome_paths.h |
| @@ -87,6 +87,7 @@ enum { |
| FILE_LIBAVUTIL, // Full path to libavutil media utility library. |
| FILE_RESOURCES_PACK, // Full path to the .pak file containing |
| // binary data (e.g., html files and images |
| + DIR_RESOURCES_EXTENSION, // Full path to extension resources. |
| // used by interal pages). |
|
Tom Sepez
2012/04/13 17:20:51
This comment goes with the one the line before.
Peng
2012/04/17 13:52:05
Done.
|
| #if defined(OS_CHROMEOS) |
| FILE_CHROMEOS_API, // Full path to chrome os api shared object. |