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

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

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/test/fake_sync_encryption_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/fake_sync_encryption_handler.cc
diff --git a/components/sync/test/fake_sync_encryption_handler.cc b/components/sync/test/fake_sync_encryption_handler.cc
index 1ae13d29e55d427fe4570f733d03f9fdfc3fc543..c88014cad90ced370cddbcb16b75e840f67544ea 100644
--- a/components/sync/test/fake_sync_encryption_handler.cc
+++ b/components/sync/test/fake_sync_encryption_handler.cc
@@ -119,7 +119,8 @@ bool FakeSyncEncryptionHandler::IsEncryptEverythingEnabled() const {
return encrypt_everything_;
}
-PassphraseType FakeSyncEncryptionHandler::GetPassphraseType() const {
+PassphraseType FakeSyncEncryptionHandler::GetPassphraseType(
+ syncable::BaseTransaction* const trans) const {
return passphrase_type_;
}
« no previous file with comments | « components/sync/test/fake_sync_encryption_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698