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

Unified Diff: chrome/browser/sync/glue/data_type_manager.h

Issue 10832286: sync: Introduce control data types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
Index: chrome/browser/sync/glue/data_type_manager.h
diff --git a/chrome/browser/sync/glue/data_type_manager.h b/chrome/browser/sync/glue/data_type_manager.h
index dc9872330873dee704db68656c771fab254d2570..6a7be7228defef9c0451573da7c0fe9178a2006a 100644
--- a/chrome/browser/sync/glue/data_type_manager.h
+++ b/chrome/browser/sync/glue/data_type_manager.h
@@ -95,8 +95,8 @@ class DataTypeManager {
virtual void Configure(TypeSet desired_types,
syncer::ConfigureReason reason) = 0;
- virtual void ConfigureWithoutNigori(TypeSet desired_types,
- syncer::ConfigureReason reason) = 0;
+ virtual void Purge(TypeSet undesired_types,
+ syncer::ConfigureReason reason) = 0;
// Synchronously stops all registered data types. If called after
// Configure() is called but before it finishes, it will abort the

Powered by Google App Engine
This is Rietveld 408576698