[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / browser / autofill / autofill_manager_delegate_efl.cc
index 0995d18..8024e22 100644 (file)
@@ -156,10 +156,13 @@ void AutofillManagerDelegateEfl::OnFirstUserGestureObserved() {
   NOTIMPLEMENTED();
 }
 
-void AutofillManagerDelegateEfl::LinkClicked(
-    const GURL& url,
-    WindowOpenDisposition disposition) {
+bool AutofillManagerDelegateEfl::IsContextSecure(const GURL& form_origin) {
+#if defined(EWK_BRINGUP)
+// [M47_2526] Need to implement this API
+//            FIXME: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14517
   NOTIMPLEMENTED();
+  return false;
+#endif
 }
 
 IdentityProvider* AutofillManagerDelegateEfl::GetIdentityProvider() {