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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 1776673003: Fix the password bubble titles for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests Created 4 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e645f6949924cc18e7790b992aa83209822d6919..8d0f0239e48389e43121e3097e9c1c5275c77d8d 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -63,7 +63,8 @@ class ChromePasswordManagerClient
void ForceSavePassword() override;
void GeneratePassword() override;
void NotifyUserAutoSignin(
- ScopedVector<autofill::PasswordForm> local_forms) override;
+ ScopedVector<autofill::PasswordForm> local_forms,
+ const GURL& origin) override;
void NotifyUserCouldBeAutoSignedIn(
scoped_ptr<autofill::PasswordForm> form) override;
void NotifySuccessfulLoginWithExistingPassword(
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698