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

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

Issue 2143583003: [FRE] Only finish corresponding First Run Experience when exiting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do null check Created 4 years, 5 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 | « chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/firstrun/LightweightFirstRunActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/LightweightFirstRunActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/LightweightFirstRunActivity.java
index 50eac1584f9a91e3060a2904a4782f342189c3c7..efb22b9295ad31df7874c05c54f4051098665694 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/LightweightFirstRunActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/LightweightFirstRunActivity.java
@@ -60,7 +60,7 @@ public class LightweightFirstRunActivity extends FirstRunActivity {
FirstRunStatus.setLightweightFirstRunFlowComplete(
LightweightFirstRunActivity.this, true);
Intent intent = new Intent();
- finishAllFREActivities(Activity.RESULT_OK, intent);
+ finishAllTheActivities(getLocalClassName(), Activity.RESULT_OK, intent);
}
});
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698