Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / javatests / src / org / chromium / android_webview / test / CommandLineTest.java
index 500b7b0..4582f64 100644 (file)
@@ -8,7 +8,6 @@ import android.test.suitebuilder.annotation.SmallTest;
 
 import org.chromium.android_webview.AwBrowserProcess;
 import org.chromium.base.CommandLine;
-import org.chromium.base.library_loader.LibraryLoader;
 import org.chromium.base.test.util.Feature;
 
 /**
@@ -35,7 +34,6 @@ public class CommandLineTest extends AwTestBase {
 
         // Setup Chrome.
         AwBrowserProcess.loadLibrary();
-        LibraryLoader.switchCommandLineForWebView();
 
         // Now we should have switched to a native backed command line:
         cl = CommandLine.getInstance();