| Index: base/android/java/src/org/chromium/base/CommandLine.java
|
| diff --git a/base/android/java/src/org/chromium/base/CommandLine.java b/base/android/java/src/org/chromium/base/CommandLine.java
|
| index bb227f17b66a5bc41cc9b4470607226379c53168..efef22a871fec06bf20fae8b9c3e3389046445c0 100644
|
| --- a/base/android/java/src/org/chromium/base/CommandLine.java
|
| +++ b/base/android/java/src/org/chromium/base/CommandLine.java
|
| @@ -7,6 +7,8 @@ package org.chromium.base;
|
| import android.text.TextUtils;
|
| import android.util.Log;
|
|
|
| +import org.chromium.base.annotations.MainDex;
|
| +
|
| import java.io.File;
|
| import java.io.FileInputStream;
|
| import java.io.FileNotFoundException;
|
| @@ -25,6 +27,7 @@ import java.util.concurrent.atomic.AtomicReference;
|
| * file at a specific location early during startup. Applications each define their own files, e.g.,
|
| * ContentShellApplication.COMMAND_LINE_FILE.
|
| **/
|
| +@MainDex
|
| public abstract class CommandLine {
|
| /**
|
| * Allows classes who cache command line flags to be notified when those arguments are updated
|
|
|