Chromium Code Reviews| Index: chrome/common/chrome_constants.cc |
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
| index e41e836ec4e26efc1970c07095d23981dd3cd46f..bac0a5a6df663fb9364114d3181439bc0a0b3ce2 100644 |
| --- a/chrome/common/chrome_constants.cc |
| +++ b/chrome/common/chrome_constants.cc |
| @@ -119,8 +119,6 @@ const base::FilePath::CharType kFrameworkName[] = |
| FPL(PRODUCT_STRING " Framework.framework"); |
| const char* const kHelperFlavorSuffixes[] = { |
|
Nico
2015/09/01 23:27:16
Can this be removed altogether? Or will this grow
Greg K
2015/09/01 23:50:15
Yes, soon NLV suffix will be added and I would pre
Nico
2015/09/01 23:52:55
Makes sense.
|
| - FPL("EH"), // Executable heap |
| - FPL("NP"), // No PIE |
| NULL |
| }; |
| #endif // OS_MACOSX |