| Index: content/public/test/android/javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java
|
| diff --git a/content/public/test/android/javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java b/content/public/test/android/javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java
|
| index 98b0c8cd9771f0a27891fccef8d12b5b7ef929ce..8dd0b596afd5603c30bfc31c25858b53a30a37dd 100644
|
| --- a/content/public/test/android/javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java
|
| +++ b/content/public/test/android/javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java
|
| @@ -41,11 +41,7 @@ public class NativeLibraryTestBase extends InstrumentationTestCase {
|
|
|
| PathUtils.setPrivateDataDirectorySuffix(PRIVATE_DATA_DIRECTORY_SUFFIX);
|
|
|
| - try {
|
| - ApplicationUtils.waitForLibraryDependencies(getInstrumentation());
|
| - } catch (InterruptedException e) {
|
| - fail("Library dependencies were never initialized.");
|
| - }
|
| + ApplicationUtils.waitForLibraryDependencies(getInstrumentation());
|
|
|
| // LibraryLoader is not in general multithreaded; as other InstrumentationTestCase code
|
| // (specifically, ChromeBrowserProvider) uses it from the main thread we must do
|
|
|