Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
index c3d4ccb7de5ba76a50daa003720fa47c743ac0bf..d87b6302986a60a3198532bfbb40e40e25118cbc 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
@@ -13,7 +13,6 @@ |
import org.chromium.android_webview.AwBrowserProcess; |
import org.chromium.android_webview.shell.AwShellResourceProvider; |
-import org.chromium.base.ContextUtils; |
/** |
* This is a lightweight activity for tests that only require WebView functionality. |
@@ -29,7 +28,6 @@ |
super.onCreate(savedInstanceState); |
AwShellResourceProvider.registerResources(this); |
- ContextUtils.initApplicationContext(getApplicationContext()); |
AwBrowserProcess.loadLibrary(this); |
mLinearLayout = new LinearLayout(this); |