Index: android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java |
index 993e988967015c8fa11c6b75d6ce8e46eccc86cc..51200dec747f453d47bf83e1cee55cbde0320a80 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java |
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java |
@@ -4,14 +4,14 @@ |
package org.chromium.android_webview.test; |
+import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout; |
+ |
import android.app.Instrumentation; |
import android.content.Context; |
import android.graphics.Bitmap; |
import android.os.Build; |
import android.util.Log; |
-import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout; |
- |
import org.chromium.android_webview.AwBrowserContext; |
import org.chromium.android_webview.AwBrowserProcess; |
import org.chromium.android_webview.AwContents; |
@@ -98,8 +98,10 @@ public class AwTestBase |
}); |
} |
- /* Override this to return false if the test doesn't want the browser startup sequence to |
+ /** |
+ * Override this to return false if the test doesn't want the browser startup sequence to |
* be run automatically. |
+ * @return Whether the instrumentation test requires the browser process to already be started. |
*/ |
protected boolean needsBrowserProcessStarted() { |
return true; |