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

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

Issue 2756463004: [Cleanup] Remove the ability to disable Crash Reporting from the command line. (Closed)
Patch Set: Created 3 years, 9 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 | android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
diff --git a/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java b/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
index e473ef78c23adacc1336eda01b9020374b17aebe..682471b4ff421089e89e2c72b34e5586ccbc8deb 100644
--- a/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
+++ b/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
@@ -63,10 +63,6 @@ public class AwMinidumpUploaderDelegate implements MinidumpUploaderDelegate {
if (networkInfo == null || !networkInfo.isConnected()) return false;
return !mConnectivityManager.isActiveNetworkMetered();
}
- @Override
- public boolean isCrashUploadDisabledByCommandLine() {
- return false;
- }
/**
* This method is already represented by isClientInMetricsSample() and
* isNetworkAvailableForCrashUploads().
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698