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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java

Issue 2275513003: Move usage and crash reporting to opt-out by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 4 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: chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java
index 59476509f023987a679cc74647d6a7c56d6569b3..f8ddee69307f154f17d31b30ef2e54b90937b9bf 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java
@@ -62,11 +62,6 @@ public interface FirstRunPageDelegate {
boolean didAcceptTermsOfService();
/**
- * @return Whether the "upload crash dump" setting is set to "NEVER".
- */
- boolean isNeverUploadCrashDump();
-
- /**
* Notifies all interested parties that the user has accepted Chrome Terms of Service.
* @param allowCrashUpload True if the user allows to upload crash dumps and collect stats.
*/
@@ -84,4 +79,4 @@ public interface FirstRunPageDelegate {
* @param url Resource id for the URL of the EmbedContentViewActivity.
*/
void showEmbedContentViewActivity(int title, int url);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698