Index: chrome/common/terminate_on_heap_corruption_experiment_win.cc |
diff --git a/chrome/common/terminate_on_heap_corruption_experiment_win.cc b/chrome/common/terminate_on_heap_corruption_experiment_win.cc |
index ac88b9ca69782c155d6a9682931eaf447241a2b1..1d45fc7f09fe3005665dd0553703ae2e84b7abbf 100644 |
--- a/chrome/common/terminate_on_heap_corruption_experiment_win.cc |
+++ b/chrome/common/terminate_on_heap_corruption_experiment_win.cc |
@@ -10,16 +10,6 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_version_info.h" |
-#if defined(OS_WIN) |
-#if defined(GOOGLE_CHROME_BUILD) |
-#define PRODUCT_STRING_PATH L"Google\\Chrome" |
-#elif defined(CHROMIUM_BUILD) |
-#define PRODUCT_STRING_PATH L"Chromium" |
-#else |
-#error Unknown branding |
-#endif |
-#endif // defined(OS_WIN) |
- |
namespace { |
const wchar_t* GetBeaconKeyPath() { |