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

Unified Diff: components/sync/syncable/base_transaction.h

Issue 2294913009: Fill the un-encrypted metadata field in password specifics. (Closed)
Patch Set: rebased Created 4 years, 2 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: components/sync/syncable/base_transaction.h
diff --git a/components/sync/syncable/base_transaction.h b/components/sync/syncable/base_transaction.h
index a85787cb703636bac8f044d242fde52173f61659..2fbc10343f26012d9554fd10dcebc08dfb8c6bcc 100644
--- a/components/sync/syncable/base_transaction.h
+++ b/components/sync/syncable/base_transaction.h
@@ -12,6 +12,8 @@
namespace syncer {
+enum class PassphraseType;
+
namespace syncable {
class BaseTransaction;
class Directory;
@@ -33,6 +35,7 @@ class BaseTransaction {
virtual syncable::BaseTransaction* GetWrappedTrans() const = 0;
Cryptographer* GetCryptographer() const;
ModelTypeSet GetEncryptedTypes() const;
+ PassphraseType GetPassphraseType() const;
syncable::Directory* GetDirectory() const {
if (!user_share_) {
« no previous file with comments | « components/sync/engine_impl/sync_manager_impl_unittest.cc ('k') | components/sync/syncable/base_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698