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 861c008318e026c260c8c94f1cb6c154bf7f90a9..ed09db60fe68976cf87978a43d3b8ad15131f15a 100644 |
--- a/base/android/java/src/org/chromium/base/CommandLine.java |
+++ b/base/android/java/src/org/chromium/base/CommandLine.java |
@@ -126,6 +126,7 @@ public abstract class CommandLine { |
* Resets both the java proxy and the native command lines. This allows the entire |
* command line initialization to be re-run including the call to onJniLoaded. |
*/ |
+ @VisibleForTesting |
public static void reset() { |
setInstance(null); |
} |