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

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

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.h ('k') | components/sync/engine/sync_engine_host_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_engine_host_stub.h
diff --git a/components/sync/engine/sync_engine_host_stub.h b/components/sync/engine/sync_engine_host_stub.h
index c6cbc0cdf9bc7738658b3782133e661b00c13c19..012150354519780a59041f3beab1c1c977819406 100644
--- a/components/sync/engine/sync_engine_host_stub.h
+++ b/components/sync/engine/sync_engine_host_stub.h
@@ -34,18 +34,9 @@ class SyncEngineHostStub : public SyncEngineHost {
void OnDatatypeStatusCounterUpdated(ModelType type,
const StatusCounters& counters) override;
void OnConnectionStatusChange(ConnectionStatus status) override;
- void OnPassphraseRequired(
- PassphraseRequiredReason reason,
- const sync_pb::EncryptedData& pending_keys) override;
- void OnPassphraseAccepted() override;
- void OnEncryptedTypesChanged(ModelTypeSet encrypted_types,
- bool encrypt_everything) override;
- void OnEncryptionComplete() override;
void OnMigrationNeededForTypes(ModelTypeSet types) override;
void OnExperimentsChanged(const Experiments& experiments) override;
void OnActionableError(const SyncProtocolError& error) override;
- void OnLocalSetPassphraseEncryption(
- const SyncEncryptionHandler::NigoriState& nigori_state) override;
};
} // namespace syncer
« no previous file with comments | « components/sync/engine/sync_engine_host.h ('k') | components/sync/engine/sync_engine_host_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698