diff options
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 844ef3b..731739e 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -93,6 +93,12 @@ const FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome"); #if defined(OS_MACOSX) const FilePath::CharType kFrameworkName[] = FPL(PRODUCT_STRING " Framework.framework"); + +const char* const kHelperFlavorSuffixes[] = { + FPL("EH"), // Executable heap + FPL("NP"), // No PIE + NULL +}; #endif // OS_MACOSX const wchar_t kNaClAppName[] = L"nacl64"; |