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

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

Issue 1171833004: Android FRE: A New Deal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 6 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/FirstRunStatus.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunStatus.java b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunStatus.java
index 969288c4ef5ea7c088f4a63b2badcde6d9539b58..290c7ca66c375ed6495d33a857058ca86e2cae44 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunStatus.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunStatus.java
@@ -15,9 +15,9 @@ public class FirstRunStatus {
private static final String FIRST_RUN_FLOW_COMPLETE = "first_run_flow";
/**
- * Sets the "main First Run Experience flow complete" preference.
+ * Sets the "First Run Experience flow complete" preference.
* @param context Any context
- * @param isComplete Whether the main First Run Experience flow is complete
+ * @param isComplete Whether the First Run Experience flow is complete
*/
public static void setFirstRunFlowComplete(Context context, boolean isComplete) {
PreferenceManager.getDefaultSharedPreferences(context)
@@ -27,9 +27,7 @@ public class FirstRunStatus {
}
/**
- * Returns whether the main First Run Experience flow is complete.
- * Note: that might NOT include "intro"/"what's new" pages, but it always
- * includes ToS and Sign In pages if necessary.
+ * Returns whether the First Run Experience flow is complete.
* @param context Any context
*/
public static boolean getFirstRunFlowComplete(Context context) {

Powered by Google App Engine
This is Rietveld 408576698