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

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

Issue 2285753002: Passing correct passhprase type in the generic change processor. (Closed)
Patch Set: 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 | « no previous file | components/sync/core/base_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/base_transaction.h
diff --git a/components/sync/core/base_transaction.h b/components/sync/core/base_transaction.h
index ddc33491db4034225089cfac2d0ac68eff55c13a..5f3319277c6cf0bd3a83861a6e611ebb79340cbc 100644
--- a/components/sync/core/base_transaction.h
+++ b/components/sync/core/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 | « no previous file | components/sync/core/base_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698