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

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

Issue 2278043003: Thread-safe version of PassphraseType. (Closed)
Patch Set: Thread-safe version of PassphraseType. 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_impl/sync_encryption_handler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/sync_encryption_handler.h
diff --git a/components/sync/core/sync_encryption_handler.h b/components/sync/core/sync_encryption_handler.h
index 09a6298e734764db28de5812a0db41eded95e402..41a7b95e5a5738d6756fdc02603c247545f694d3 100644
--- a/components/sync/core/sync_encryption_handler.h
+++ b/components/sync/core/sync_encryption_handler.h
@@ -166,10 +166,6 @@ class SyncEncryptionHandler {
// types are encrypted.
virtual bool IsEncryptEverythingEnabled() const = 0;
- // Returns the current state of the passphrase needed to decrypt the
- // bag of encryption keys in the nigori node.
- virtual PassphraseType GetPassphraseType() const = 0;
-
// The set of types that are always encrypted.
static ModelTypeSet SensitiveTypes();
};
« no previous file with comments | « no previous file | components/sync/core_impl/sync_encryption_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698