Commit 081ba9c9 authored by Christoph Schwering's avatar Christoph Schwering Committed by Commit Bot

Removed autofill::ContentAutofillDriver::autofill_external_delegate.

Function isn't used.

Change-Id: I8124be0ede96845bcc143d625d33690292ef4d30
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823838Reviewed-by: default avatarVadym Doroshenko <dvadym@chromium.org>
Commit-Queue: Christoph Schwering <schwering@google.com>
Cr-Commit-Position: refs/heads/master@{#699726}
parent 450428b2
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include <vector>
#include "base/supports_user_data.h" #include "base/supports_user_data.h"
#include "build/build_config.h" #include "build/build_config.h"
...@@ -24,7 +25,7 @@ ...@@ -24,7 +25,7 @@
namespace content { namespace content {
class NavigationHandle; class NavigationHandle;
class RenderFrameHost; class RenderFrameHost;
} } // namespace content
namespace autofill { namespace autofill {
...@@ -120,10 +121,6 @@ class ContentAutofillDriver : public AutofillDriver, ...@@ -120,10 +121,6 @@ class ContentAutofillDriver : public AutofillDriver,
// subframe navigations. See navigation_handle.h for details. // subframe navigations. See navigation_handle.h for details.
void DidNavigateMainFrame(content::NavigationHandle* navigation_handle); void DidNavigateMainFrame(content::NavigationHandle* navigation_handle);
AutofillExternalDelegate* autofill_external_delegate() {
return autofill_external_delegate_.get();
}
AutofillManager* autofill_manager() { return autofill_manager_; } AutofillManager* autofill_manager() { return autofill_manager_; }
AutofillHandler* autofill_handler() { return autofill_handler_.get(); } AutofillHandler* autofill_handler() { return autofill_handler_.get(); }
content::RenderFrameHost* render_frame_host() { return render_frame_host_; } content::RenderFrameHost* render_frame_host() { return render_frame_host_; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment