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

Unified Diff: components/sync/driver/data_type_manager_impl.h

Issue 2663783002: [Sync] Split encryption state and logic out of PSS and SBHI. (Closed)
Patch Set: Self-review. 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
Index: components/sync/driver/data_type_manager_impl.h
diff --git a/components/sync/driver/data_type_manager_impl.h b/components/sync/driver/data_type_manager_impl.h
index 3261e04f85c17691a45ba8bc1e29fefdf04e94e1..47bd8ad405a73b87b2c742a235e459e7423e6684 100644
--- a/components/sync/driver/data_type_manager_impl.h
+++ b/components/sync/driver/data_type_manager_impl.h
@@ -57,6 +57,7 @@ class DataTypeManagerImpl : public DataTypeManager,
void Stop() override;
ModelTypeSet GetActiveDataTypes() const override;
+ bool IsNigoriEnabled() const override;
State state() const override;
// |ModelAssociationManagerDelegate| implementation.

Powered by Google App Engine
This is Rietveld 408576698