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

Unified Diff: components/sync/engine/sync_engine_host_stub.cc

Issue 2663783002: [Sync] Split encryption state and logic out of PSS and SBHI. (Closed)
Patch Set: Tweak comment. Created 3 years, 11 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/engine/sync_engine_host_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_engine_host_stub.cc
diff --git a/components/sync/engine/sync_engine_host_stub.cc b/components/sync/engine/sync_engine_host_stub.cc
index bbf9a4c58848be8bd44290f2947aacb0f1190ca2..53f2ccee23080f5453599b040bb2c354d34ddbfa 100644
--- a/components/sync/engine/sync_engine_host_stub.cc
+++ b/components/sync/engine/sync_engine_host_stub.cc
@@ -35,24 +35,10 @@ void SyncEngineHostStub::OnDatatypeStatusCounterUpdated(
void SyncEngineHostStub::OnConnectionStatusChange(ConnectionStatus status) {}
-void SyncEngineHostStub::OnPassphraseRequired(
- PassphraseRequiredReason reason,
- const sync_pb::EncryptedData& pending_keys) {}
-
-void SyncEngineHostStub::OnPassphraseAccepted() {}
-
-void SyncEngineHostStub::OnEncryptedTypesChanged(ModelTypeSet encrypted_types,
- bool encrypt_everything) {}
-
-void SyncEngineHostStub::OnEncryptionComplete() {}
-
void SyncEngineHostStub::OnMigrationNeededForTypes(ModelTypeSet types) {}
void SyncEngineHostStub::OnExperimentsChanged(const Experiments& experiments) {}
void SyncEngineHostStub::OnActionableError(const SyncProtocolError& error) {}
-void SyncEngineHostStub::OnLocalSetPassphraseEncryption(
- const SyncEncryptionHandler::NigoriState& nigori_state) {}
-
} // namespace syncer
« no previous file with comments | « components/sync/engine/sync_engine_host_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698