Index: components/browser_sync/browser/profile_sync_service.h |
diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h |
index 9909a296326d592f460adcc3c84e06fbbe082ade..956fa920bcba25dca642966853f642ace2d66c7b 100644 |
--- a/components/browser_sync/browser/profile_sync_service.h |
+++ b/components/browser_sync/browser/profile_sync_service.h |
@@ -276,6 +276,7 @@ class ProfileSyncService : public sync_driver::SyncService, |
bool IsPassphraseRequiredForDecryption() const override; |
base::Time GetExplicitPassphraseTime() const override; |
bool IsUsingSecondaryPassphrase() const override; |
+ std::string GetCustomPassphraseKey() const; |
Nicolas Zea
2015/11/17 22:47:45
This section is for SyncService implememtations. M
maxbogue
2015/11/17 23:25:31
Whoops, good catch. Meant to move this when I firs
|
void EnableEncryptEverything() override; |
bool IsEncryptEverythingEnabled() const override; |
void SetEncryptionPassphrase(const std::string& passphrase, |