Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2228)

Unified Diff: android_webview/native/aw_contents.h

Issue 2745803003: autofill-try
Patch Set: before I leave Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 0fa1fcc9cde4e66fe128648849cc92e8dd80a891..c09f9581e1c80d96a649fff8986f104a6dd49b4b 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -35,6 +35,10 @@
class SkBitmap;
class TabContents;
+namespace autofill {
+class AutofillProvider;
+}
+
namespace content {
class WebContents;
}
@@ -406,6 +410,7 @@ class AwContents : public FindHelper::Listener,
std::unique_ptr<AwContents> pending_contents_;
std::unique_ptr<AwPdfExporter> pdf_exporter_;
std::unique_ptr<PermissionRequestHandler> permission_request_handler_;
+ std::unique_ptr<autofill::AutofillProvider> autofill_provider_;
// GURL is supplied by the content layer as requesting frame.
// Callback is supplied by the content layer, and is invoked with the result

Powered by Google App Engine
This is Rietveld 408576698