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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_state.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
Index: chrome/browser/ui/passwords/manage_passwords_state.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_state.h b/chrome/browser/ui/passwords/manage_passwords_state.h
index 4053a8c529e3f44437470cca7f40fd63a879dda6..d4b902cfb2122058c4877613b45d160f95d97ae9 100644
--- a/chrome/browser/ui/passwords/manage_passwords_state.h
+++ b/chrome/browser/ui/passwords/manage_passwords_state.h
@@ -57,7 +57,8 @@ class ManagePasswordsState {
const GURL& origin);
// Move to AUTO_SIGNIN_STATE. |local_forms| can't be empty.
- void OnAutoSignin(ScopedVector<autofill::PasswordForm> local_forms);
+ void OnAutoSignin(ScopedVector<autofill::PasswordForm> local_forms,
+ const GURL& origin);
// Move to CONFIRMATION_STATE.
void OnAutomaticPasswordSave(
@@ -127,8 +128,8 @@ class ManagePasswordsState {
void SetState(password_manager::ui::State state);
- // The origin of the current page. It's used to determine which PasswordStore
- // changes are applicable to the internal state.
+ // The origin of the current page for which the state is stored. It's used to
+ // determine which PasswordStore changes are applicable to the internal state.
GURL origin_;
// Contains the password that was submitted.
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_bubble_model.cc ('k') | chrome/browser/ui/passwords/manage_passwords_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698