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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java

Issue 2021913002: ✨ Minor cleanup of launching document tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 4 years, 7 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/document/ChromeLauncherActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
index f1ca36c7e2d422e4508aa9543fd082d9582866a3..621bbc0e61ea1ebc5f2ad246764f446bffc0e714 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
@@ -79,15 +79,6 @@ public class ChromeLauncherActivity extends Activity
private static final String TAG = "document_CLActivity";
- /** New instance should be launched in the foreground. */
- public static final int LAUNCH_MODE_FOREGROUND = 0;
-
- /** New instance should be launched as an affiliated task. */
- public static final int LAUNCH_MODE_AFFILIATED = 1;
-
- /** Existing instance should be retargetted, if possible. */
- public static final int LAUNCH_MODE_RETARGET = 2;
-
private static final int FIRST_RUN_EXPERIENCE_REQUEST_CODE = 101;
/**

Powered by Google App Engine
This is Rietveld 408576698