Chromium Code Reviews| Index: chrome/common/chrome_paths.h |
| =================================================================== |
| --- chrome/common/chrome_paths.h (revision 133542) |
| +++ chrome/common/chrome_paths.h (working copy) |
| @@ -54,6 +54,12 @@ |
| // Getting this path does not create it. |
| #endif |
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
| + DIR_STANDALONE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension' |
| + // definition manifest files that |
| + // describe extensions which are to be |
| + // installed when chrome is run. |
|
Finnur
2012/04/25 13:33:45
OK, this is an improvement, but I think we can sti
Alexandre Abreu
2012/04/25 15:31:05
mmh, I am really not too sure about that one. Alth
Finnur
2012/04/25 16:11:27
OK, fine.
How about this comment then?
"The dire
|
| +#endif |
| DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. |
| DIR_DEFAULT_APPS, // Directory where installer places .crx files |