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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.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: chrome/browser/password_manager/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index ac9a1bd496ae0a3de544b4d12bec3d7fc3dd0542..e163e1654e4e49ffa2c2226c0147a0129ff117db 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -22,6 +22,7 @@
#include "content/public/browser/web_contents_binding_set.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_contents_user_data.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
#include "ui/gfx/geometry/rect.h"
class Profile;
@@ -120,6 +121,7 @@ class ChromePasswordManagerClient
static void BindCredentialManager(
content::RenderFrameHost* render_frame_host,
+ const service_manager::BindSourceInfo& source_info,
password_manager::mojom::CredentialManagerRequest request);
// A helper method to determine whether a save/update bubble can be shown
« no previous file with comments | « chrome/browser/net_benchmarking.cc ('k') | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698