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

Unified Diff: components/autofill/content/browser/content_autofill_driver_factory.h

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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: components/autofill/content/browser/content_autofill_driver_factory.h
diff --git a/components/autofill/content/browser/content_autofill_driver_factory.h b/components/autofill/content/browser/content_autofill_driver_factory.h
index df2d8bcaf66de4d6382f9627922f7006caa67d49..4a1156bb7644c1dd9def067cabcde187a2fca403 100644
--- a/components/autofill/content/browser/content_autofill_driver_factory.h
+++ b/components/autofill/content/browser/content_autofill_driver_factory.h
@@ -12,6 +12,7 @@
#include "components/autofill/core/browser/autofill_driver_factory.h"
#include "components/autofill/core/browser/autofill_manager.h"
#include "content/public/browser/web_contents_observer.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
namespace content {
class RenderFrameHost;
@@ -36,8 +37,10 @@ class ContentAutofillDriverFactory : public AutofillDriverFactory,
AutofillManager::AutofillDownloadManagerState enable_download_manager);
static ContentAutofillDriverFactory* FromWebContents(
content::WebContents* contents);
- static void BindAutofillDriver(content::RenderFrameHost* render_frame_host,
- mojom::AutofillDriverRequest request);
+ static void BindAutofillDriver(
+ content::RenderFrameHost* render_frame_host,
+ const service_manager::BindSourceInfo& source_info,
+ mojom::AutofillDriverRequest request);
// Gets the |ContentAutofillDriver| associated with |render_frame_host|.
// |render_frame_host| must be owned by |web_contents()|.
« no previous file with comments | « chromecast/browser/media/media_caps_impl.cc ('k') | components/autofill/content/browser/content_autofill_driver_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698