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

Unified Diff: sync/sessions/model_type_registry.h

Issue 824893004: sync: Remove unused private fields (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « sync/internal_api/public/http_bridge.h ('k') | sync/sessions/nudge_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/model_type_registry.h
diff --git a/sync/sessions/model_type_registry.h b/sync/sessions/model_type_registry.h
index bdd36d92a0dd97e99626fa65f22112f071fefa50..6cae55e13febcec5cff4080ece22c75a94134f2a 100644
--- a/sync/sessions/model_type_registry.h
+++ b/sync/sessions/model_type_registry.h
@@ -138,9 +138,6 @@ class SYNC_EXPORT_PRIVATE ModelTypeRegistry
// The set of encrypted types.
ModelTypeSet encrypted_types_;
- // A helper that manages cryptography state and preferences.
- SyncEncryptionHandler* encryption_handler_;
-
// The NudgeHandler. Not owned.
NudgeHandler* nudge_handler_;
« no previous file with comments | « sync/internal_api/public/http_bridge.h ('k') | sync/sessions/nudge_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698