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

Unified Diff: components/sync/engine/fake_sync_engine.h

Issue 2663783002: [Sync] Split encryption state and logic out of PSS and SBHI. (Closed)
Patch Set: Tweak comment. Created 3 years, 11 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
« no previous file with comments | « components/sync/driver/sync_service_crypto.cc ('k') | components/sync/engine/fake_sync_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/fake_sync_engine.h
diff --git a/components/sync/engine/fake_sync_engine.h b/components/sync/engine/fake_sync_engine.h
index b71bec98c96201aed7812c68f87efab60a26fea6..f2dcf2c23cd6e1ad7dab96fec6e27c2eb2329150 100644
--- a/components/sync/engine/fake_sync_engine.h
+++ b/components/sync/engine/fake_sync_engine.h
@@ -39,7 +39,7 @@ class FakeSyncEngine : public SyncEngine {
void SetEncryptionPassphrase(const std::string& passphrase,
bool is_explicit) override;
- bool SetDecryptionPassphrase(const std::string& passphrase) override;
+ void SetDecryptionPassphrase(const std::string& passphrase) override;
void StopSyncingForShutdown() override;
@@ -68,12 +68,6 @@ class FakeSyncEngine : public SyncEngine {
bool HasUnsyncedItems() const override;
- bool IsNigoriEnabled() const override;
-
- PassphraseType GetPassphraseType() const override;
-
- base::Time GetExplicitPassphraseTime() const override;
-
bool IsCryptographerReady(const BaseTransaction* trans) const override;
void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) const override;
« no previous file with comments | « components/sync/driver/sync_service_crypto.cc ('k') | components/sync/engine/fake_sync_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698