Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index bac0a5a6df663fb9364114d3181439bc0a0b3ce2..89ae9cd123209e787ca2d16152e7f42afca89b6f 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -117,10 +117,6 @@ const base::FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome"); |
#if defined(OS_MACOSX) |
const base::FilePath::CharType kFrameworkName[] = |
FPL(PRODUCT_STRING " Framework.framework"); |
- |
-const char* const kHelperFlavorSuffixes[] = { |
- NULL |
-}; |
#endif // OS_MACOSX |
#if defined(OS_WIN) |