| Index: trunk/src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
|
| ===================================================================
|
| --- trunk/src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java (revision 254018)
|
| +++ trunk/src/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java (working copy)
|
| @@ -22,17 +22,10 @@
|
| */
|
| public class ChromiumTestShellApplication extends ChromiumApplication {
|
| private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "chromiumtestshell";
|
| - /**
|
| - * icudtl.dat provides ICU (i18n library) with all the necessary data
|
| - * for its operation. We used to link the data statically to our binary,
|
| - * but don't do that any more and need to install along with pak files.
|
| - * See src/third_party/icu/README.chromium.
|
| - */
|
| private static final String[] CHROME_MANDATORY_PAKS = {
|
| "en-US.pak",
|
| "resources.pak",
|
| "chrome_100_percent.pak",
|
| - "icudtl.dat",
|
| };
|
| private static final String COMMAND_LINE_FILE =
|
| "/data/local/tmp/chromium-testshell-command-line";
|
|
|