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

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

Issue 1192963002: Implement PasswordStoreProxyMac and SimplePasswordStoreMac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/password_store.h
diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
index 91ec3b5bd197b031cd2972e60b4f350812335d2c..d875a51baeb605e74390dc432f67867f03ffaff9 100644
--- a/components/password_manager/core/browser/password_store.h
+++ b/components/password_manager/core/browser/password_store.h
@@ -26,6 +26,8 @@ namespace syncer {
class SyncableService;
}
+class PasswordStoreProxyMac;
+
namespace password_manager {
class AffiliatedMatchHelper;
@@ -290,6 +292,8 @@ class PasswordStore : protected PasswordStoreSync,
FRIEND_TEST_ALL_PREFIXES(PasswordStoreTest, GetLoginImpl);
FRIEND_TEST_ALL_PREFIXES(PasswordStoreTest,
UpdatePasswordsStoredForAffiliatedWebsites);
+ // TODO(vasilii): remove this together with PasswordStoreProxyMac.
+ friend class ::PasswordStoreProxyMac;
vabr (Chromium) 2015/06/19 20:19:09 One thing I did not understand -- why do you need
vasilii 2015/06/22 13:34:17 Actually forwarding the protected calls is most im
// Schedule the given |func| to be run in the PasswordStore's own thread with
// responses delivered to |consumer| on the current thread.

Powered by Google App Engine
This is Rietveld 408576698