Index: chrome/common/chrome_constants.cc |
=================================================================== |
--- chrome/common/chrome_constants.cc (revision 97969) |
+++ chrome/common/chrome_constants.cc (working copy) |
@@ -93,6 +93,12 @@ |
#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"; |