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

Unified Diff: android_webview/common/aw_descriptors.h

Issue 1525023003: Distinguish in the browser between renderer crashes and kills (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove std::move for a value in return Created 4 years, 11 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
Index: android_webview/common/aw_descriptors.h
diff --git a/android_webview/common/aw_descriptors.h b/android_webview/common/aw_descriptors.h
index 1b2a12b01e5ba7f68f4cd2ca86ef5350bd2d33d8..a3f22af4409988e5058e62498200cda3ff0b177f 100644
--- a/android_webview/common/aw_descriptors.h
+++ b/android_webview/common/aw_descriptors.h
@@ -10,6 +10,7 @@
enum {
kAndroidWebViewLocalePakDescriptor = kContentIPCDescriptorMax + 1,
kAndroidWebViewMainPakDescriptor,
+ kAndroidWebViewCrashSignalDescriptor,
};
#endif // ANDROID_WEBVIEW_COMMON_AW_DESCRIPTORS_H_
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | android_webview/crash_reporter/aw_microdump_crash_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698