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

Unified Diff: android_webview/common/aw_crash_handler.cc

Issue 903363003: [WebView] Reword crash handler message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_crash_handler.cc
diff --git a/android_webview/common/aw_crash_handler.cc b/android_webview/common/aw_crash_handler.cc
index fbd4285b05056288a19f2f5894340486687507e9..7dcdc9d5533fa816ed21694f40d7cc08f380960f 100644
--- a/android_webview/common/aw_crash_handler.cc
+++ b/android_webview/common/aw_crash_handler.cc
@@ -71,7 +71,7 @@ void RegisterCrashHandler(const std::string& version) {
return;
}
- g_crash_msg = "### WebView crash. " + version;
+ g_crash_msg = "### WebView " + version;
g_crash_msg_ptr = g_crash_msg.c_str();
// Fail if unable to store all the old handlers.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698