Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / test / android / unit_tests_apk / src / org / chromium / chrome / unit_tests_apk / ChromeNativeTestApplication.java
index 3d87b70..232428e 100644 (file)
@@ -5,6 +5,7 @@
 package org.chromium.chrome.unit_tests_apk;
 
 import org.chromium.chrome.browser.ChromiumApplication;
+import org.chromium.chrome.browser.PKCS11AuthenticationManager;
 
 /**
  * A stub implementation of the chrome application to be used in chrome unit_tests.
@@ -27,4 +28,9 @@ public class ChromeNativeTestApplication extends ChromiumApplication {
     protected boolean areParentalControlsEnabled() {
         return false;
     }
+
+    @Override
+    protected PKCS11AuthenticationManager getPKCS11AuthenticationManager() {
+        return null;
+    }
 }