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

Unified Diff: components/sync/test/fake_sync_encryption_handler.h

Issue 2260953002: Supplimentary identifier for passwords specific (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 4 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/syncable/nigori_handler.h ('k') | components/sync/test/fake_sync_encryption_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/fake_sync_encryption_handler.h
diff --git a/components/sync/test/fake_sync_encryption_handler.h b/components/sync/test/fake_sync_encryption_handler.h
index 49376ca0bbeecd96c693f8550b83846857b296b0..d90d1c02415638d6d96b2e7a4707d43df2d25b2b 100644
--- a/components/sync/test/fake_sync_encryption_handler.h
+++ b/components/sync/test/fake_sync_encryption_handler.h
@@ -37,7 +37,8 @@ class FakeSyncEncryptionHandler : public SyncEncryptionHandler,
void SetDecryptionPassphrase(const std::string& passphrase) override;
void EnableEncryptEverything() override;
bool IsEncryptEverythingEnabled() const override;
- PassphraseType GetPassphraseType() const override;
+ PassphraseType GetPassphraseType(
+ syncable::BaseTransaction* const trans) const override;
// NigoriHandler implemenation.
void ApplyNigoriUpdate(const sync_pb::NigoriSpecifics& nigori,
« no previous file with comments | « components/sync/syncable/nigori_handler.h ('k') | components/sync/test/fake_sync_encryption_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698