Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / android / unit_tests_apk / src / org / chromium / chrome / unit_tests_apk / ChromeNativeTestApplication.java
index b2ca976..26a727c 100644 (file)
@@ -26,6 +26,10 @@ public class ChromeNativeTestApplication extends ChromiumApplication {
     }
 
     @Override
+    protected void showPasswordSettings() {
+    }
+
+    @Override
     protected void showTermsOfServiceDialog() {
     }
 
@@ -42,4 +46,8 @@ public class ChromeNativeTestApplication extends ChromiumApplication {
     protected PKCS11AuthenticationManager getPKCS11AuthenticationManager() {
         return null;
     }
+
+    @Override
+    public void initCommandLine() {
+    }
 }