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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.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
Index: android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java
index 87dc629f1c7d3abf096aedc7ff25fb5ddc644985..462e240ae1f54bcbcfead70d12142264b3aa66e2 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java
@@ -129,7 +129,6 @@ public class MinidumpUploaderTest extends CrashTestCase {
mIsInSample = true;
mIsPermitted = true;
mIsUserPermitted = true;
- mIsCommandLineDisabled = false;
mIsNetworkAvailable = false; // Will cause us to fail uploads
mIsEnabledForTests = false;
}
@@ -514,7 +513,6 @@ public class MinidumpUploaderTest extends CrashTestCase {
// isUsageAndCrashReportingPermittedByUser().
mIsInSample = true;
mIsPermitted = true;
- mIsCommandLineDisabled = false;
mIsNetworkAvailable = true;
mIsEnabledForTests = false;
}

Powered by Google App Engine
This is Rietveld 408576698