Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4524)

Unified Diff: chrome/common/chrome_constants.cc

Issue 558713002: Make PRODUCT_STRING_PATH accessible via chrome_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_exit_beacon
Patch Set: Rebase. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/terminate_on_heap_corruption_experiment_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.cc
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index 8a3288487463d7ac9edd35e8921181949700bbab..9ac80ce9f77303186c70e463941ad8d2a5def38e 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -19,16 +19,6 @@
#endif
#endif // defined(OS_MACOSX)
-#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 chrome {
const char kChromeVersionEnvVar[] = "CHROME_VERSION";
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/terminate_on_heap_corruption_experiment_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698