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

Unified Diff: chromecast/common/global_descriptors.h

Issue 620673003: Chromecast: adds crash handling for Android build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address lei's comments Created 6 years, 2 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/chromecast.gyp ('k') | chromecast/crash/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/global_descriptors.h
diff --git a/chromecast/common/global_descriptors.h b/chromecast/common/global_descriptors.h
index cbbbb2ce930e81c38230c974c5b6a2e2aef04238..b380158ac7516b48743e970003acd86caa72f9cb 100644
--- a/chromecast/common/global_descriptors.h
+++ b/chromecast/common/global_descriptors.h
@@ -15,6 +15,7 @@ enum {
kDummyValue = kContentIPCDescriptorMax + 1,
#if defined(OS_ANDROID)
kAndroidPakDescriptor,
+ kAndroidMinidumpDescriptor,
#endif // defined(OS_ANDROID)
};
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/crash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698