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

Unified Diff: components/password_manager/core/browser/affiliated_match_helper.h

Issue 1314903003: Updating of all entries in PasswordManager of the same credentials on password update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed strings from progress loader Created 5 years, 3 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/password_manager/core/browser/affiliated_match_helper.h
diff --git a/components/password_manager/core/browser/affiliated_match_helper.h b/components/password_manager/core/browser/affiliated_match_helper.h
index 6f7b90973379b42b37ba83274c04070a72035736..138d94abb8b06bfde0addb5121474d1e6a230afe 100644
--- a/components/password_manager/core/browser/affiliated_match_helper.h
+++ b/components/password_manager/core/browser/affiliated_match_helper.h
@@ -90,15 +90,6 @@ class AffiliatedMatchHelper : public PasswordStore::Observer,
// purposes of affiliation-based matching.
static bool IsValidWebCredential(const autofill::PasswordForm& form);
- // Consumes a list of |android_credentials| corresponding to applications that
vabr (Chromium) 2015/09/24 15:17:33 Please mention your changes to affiliation in the
dvadym 2015/09/25 10:19:52 Done.
- // are affiliated with the realm of |observed_form|, and transforms them so
- // as to make them fillable into |observed_form|. This can be called from any
- // thread.
- static ScopedVector<autofill::PasswordForm>
- TransformAffiliatedAndroidCredentials(
- const autofill::PasswordForm& observed_form,
- ScopedVector<autofill::PasswordForm> android_credentials);
-
// Sets the task runner to be used to delay I/O heavy initialization. Should
// be called before Initialize(). Used only for testing.
void SetTaskRunnerUsedForWaitingForTesting(

Powered by Google App Engine
This is Rietveld 408576698