| Index: chrome/common/chrome_constants.h
|
| ===================================================================
|
| --- chrome/common/chrome_constants.h (revision 23431)
|
| +++ chrome/common/chrome_constants.h (working copy)
|
| @@ -12,6 +12,10 @@
|
| namespace chrome {
|
|
|
| extern const wchar_t kBrowserProcessExecutableName[];
|
| +#if defined(OS_MACOSX)
|
| +// Helpers (renderers, etc.) are different bundles on Mac OS X.
|
| +extern const wchar_t kHelperProcessExecutableName[];
|
| +#endif // defined(OS_MACOSX)
|
| extern const wchar_t kBrowserProcessExecutablePath[];
|
| extern const wchar_t kBrowserAppName[];
|
| extern const wchar_t kMessageWindowClass[];
|
|
|