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

Unified Diff: chrome/common/descriptors_android.h

Issue 11189068: Changing minidump process generation to be in-process on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced again. Created 8 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 | « chrome/chrome_browser.gypi ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/descriptors_android.h
diff --git a/chrome/common/descriptors_android.h b/chrome/common/descriptors_android.h
index 0a72bac525b3f2a1178c400afcbccdf2553406c7..09d9a9b27d623e21fdbf84b8635d4d60d7e29f42 100644
--- a/chrome/common/descriptors_android.h
+++ b/chrome/common/descriptors_android.h
@@ -11,7 +11,8 @@ enum {
#if defined(OS_ANDROID)
kAndroidChromePakDescriptor = kContentIPCDescriptorMax + 1,
kAndroidLocalePakDescriptor,
- kAndroidUIResourcesPakDescriptor
+ kAndroidUIResourcesPakDescriptor,
+ kAndroidMinidumpDescriptor,
#endif
};
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698