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

Unified Diff: chrome/common/omaha_query_params/omaha_query_params.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac Created 7 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/external_ipc_fuzzer.cc ('k') | chrome/renderer/media/chrome_key_systems.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/omaha_query_params/omaha_query_params.cc
diff --git a/chrome/common/omaha_query_params/omaha_query_params.cc b/chrome/common/omaha_query_params/omaha_query_params.cc
index f3203104b56a17c90a9973a939b5c983416dbc61..98969ffb9726e034a705c722def7e42abbaa767c 100644
--- a/chrome/common/omaha_query_params/omaha_query_params.cc
+++ b/chrome/common/omaha_query_params/omaha_query_params.cc
@@ -46,7 +46,6 @@ const char kArch[] =
#endif
const char kChrome[] = "chrome";
-const char kChromeCrx[] = "chromecrx";
const char kChromiumCrx[] = "chromiumcrx";
const char kStable[] = "stable";
@@ -54,6 +53,10 @@ const char kBeta[] = "beta";
const char kDev[] = "dev";
const char kCanary[] = "canary";
+#if defined(GOOGLE_CHROME_BUILD)
+const char kChromeCrx[] = "chromecrx";
Lei Zhang 2013/09/25 20:26:01 shouldn't kChromiumCrx be the else case?
Nico 2013/09/25 20:42:25 Good point, done.
+#endif // defined(GOOGLE_CHROME_BUILD)
+
} // namespace
namespace chrome {
« no previous file with comments | « chrome/common/external_ipc_fuzzer.cc ('k') | chrome/renderer/media/chrome_key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698