summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/lib/main/webview_stubs.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/android_webview/lib/main/webview_stubs.cc b/android_webview/lib/main/webview_stubs.cc
index 4a8f894..50179d2 100644
--- a/android_webview/lib/main/webview_stubs.cc
+++ b/android_webview/lib/main/webview_stubs.cc
@@ -18,13 +18,12 @@ TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) {
}
// static
-AutofillExternalDelegate* AutofillExternalDelegate::Create(
- TabContents* tab_contents,
- AutofillManager* manager) {
+void AutofillExternalDelegate::CreateForWebContentsAndManager(
+ content::WebContents* web_contents,
+ AutofillManager* autofill_manager) {
// We don't need to return a real AutofillExternalDelegate yet.
// Eventually, WebView will need an implementation (probably shared with
// Chrome).
- return NULL;
}
// static