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

Unified Diff: android_webview/browser/aw_content_browser_client.h

Issue 2491103003: [Autofill]Enable mojo AutofillDriver for android_webview. (Closed)
Patch Set: Created 4 years, 1 month 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/browser/aw_content_browser_client.h
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
index aa1171294133fcd1c4c5f249624c1c30d8ff5757..a3472c5393350e9f9d622eae6a55c8cec5cab240 100644
--- a/android_webview/browser/aw_content_browser_client.h
+++ b/android_webview/browser/aw_content_browser_client.h
@@ -132,6 +132,9 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
content::DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
std::unique_ptr<base::Value> GetServiceManifestOverlay(
const std::string& name) override;
+ void RegisterRenderFrameMojoInterfaces(
+ service_manager::InterfaceRegistry* registry,
+ content::RenderFrameHost* render_frame_host) override;
private:
// Android WebView currently has a single global (non-off-the-record) browser

Powered by Google App Engine
This is Rietveld 408576698