| 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;
|
|
|
| /**
|
|
|