Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
index 5e1a070189f0ae52a9e493d0aa29265aafd8e904..88e5de16dc9bd497b0df7932fc8ccb71f8bdeb57 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
@@ -21,8 +21,7 @@ public class AwShellApplication extends ContentApplication { |
private static final String TAG = "AwShellApplication"; |
/** The minimum set of .pak files the test runner needs. */ |
- private static final String[] MANDATORY_PAKS = { "icudtl.dat", |
- "natives_blob.bin", |
+ private static final String[] MANDATORY_PAKS = { "natives_blob.bin", |
"snapshot_blob.bin" }; |
@Override |