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

Unified Diff: android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java

Issue 2709163008: [Android Crash Reporting] Componentize MinidumpUploadImpl.java (Closed)
Patch Set: Finish the componentization Created 3 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
Index: android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
diff --git a/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java b/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
index ecd8c0a607c5a08adf8cb70a40801887a1bcc6a1..fa55e1ab16fe59c5ad50b0d09bacbde54967bff5 100644
--- a/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
+++ b/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
@@ -177,7 +177,7 @@ public class CrashReceiverService extends Service {
}
/**
- * Create the directory in which WebView wlll store its minidumps.
+ * Create the directory in which WebView will store its minidumps.
* WebView needs a crash directory different from Chrome's to ensure Chrome's and WebView's
* minidump handling won't clash in cases where both Chrome and WebView are provided by the
* same app (Monochrome).

Powered by Google App Engine
This is Rietveld 408576698