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

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

Issue 183223003: Add StartSyncFlare to PasswordSyncableService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 6 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/password_manager/password_store_mac.h
diff --git a/chrome/browser/password_manager/password_store_mac.h b/chrome/browser/password_manager/password_store_mac.h
index a7de48b0ff0e2c6382f408bc4cf2e2c374f4edd1..15b800579ff87ad3f3307e7991a27dcaf6401758 100644
--- a/chrome/browser/password_manager/password_store_mac.h
+++ b/chrome/browser/password_manager/password_store_mac.h
@@ -33,7 +33,8 @@ class PasswordStoreMac : public PasswordStore {
LoginDatabase* login_db);
// Initializes |thread_|.
- virtual bool Init() OVERRIDE;
+ virtual bool Init(
+ const syncer::SyncableService::StartSyncFlare& flare) OVERRIDE;
protected:
virtual ~PasswordStoreMac();
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698