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..ac866b10d74613c2005b6bd5f22d1ff664d94a7f 100644 |
| --- a/chrome/common/chrome_paths.h |
| +++ b/chrome/common/chrome_paths.h |
| @@ -54,6 +54,11 @@ enum { |
| // Getting this path does not create it. |
| #endif |
| +#if defined(OS_LINUX) |
|
Finnur
2012/04/24 13:03:24
... and not OS_CHROMEOS ?
Alexandre Abreu
2012/04/24 19:30:30
Done.
|
| + DIR_SINGLE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension' definition |
| + // files that describe extensions are to be |
| + // installed when chrome is run. |
|
Finnur
2012/04/24 13:03:24
I don't understand what this means (in the absence
Alexandre Abreu
2012/04/24 19:30:30
Replaced by something that "sounded" better & bett
|
| +#endif |
|
Finnur
2012/04/24 13:03:24
Missing: // defined(OS_LINUX) && !defined(OS_CHRO
Alexandre Abreu
2012/04/24 19:30:30
Since it is not something specified for other #def
|
| DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. |
| DIR_DEFAULT_APPS, // Directory where installer places .crx files |