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

Unified Diff: chromecast/crash/android/cast_crash_reporter_client_android.cc

Issue 1058013006: Chromecast: make CAST_IS_DEBUG_BUILD to macro CAST_IS_DEBUG_BUILD(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-drm-delegate
Patch Set: updates version.h.in Created 5 years, 8 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 | « chromecast/common/version.h.in ('k') | chromecast/crash/android/crash_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/android/cast_crash_reporter_client_android.cc
diff --git a/chromecast/crash/android/cast_crash_reporter_client_android.cc b/chromecast/crash/android/cast_crash_reporter_client_android.cc
index 41717f892f8addde369c70fc0e0f8cb04b330ebf..ae4063745e58f26c828c0d67bdc01466339f8ef7 100644
--- a/chromecast/crash/android/cast_crash_reporter_client_android.cc
+++ b/chromecast/crash/android/cast_crash_reporter_client_android.cc
@@ -27,7 +27,7 @@ void CastCrashReporterClientAndroid::GetProductNameAndVersion(
const char** version) {
*product_name = "media_shell";
*version = PRODUCT_VERSION
-#if CAST_IS_DEBUG_BUILD
+#if CAST_IS_DEBUG_BUILD()
".debug"
#endif
"." CAST_BUILD_REVISION;
« no previous file with comments | « chromecast/common/version.h.in ('k') | chromecast/crash/android/crash_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698