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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.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_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index 717ab009d516b10ad672329225ddbb9cf4790bf4..5f2a617a11e5e3003993a0d7f69f618378e8a9c7 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -34,8 +34,8 @@ class DataTypeManagerImpl : public DataTypeManager,
syncer::ConfigureReason reason) OVERRIDE;
// Needed only for backend migration.
- virtual void ConfigureWithoutNigori(
- TypeSet desired_types,
+ virtual void Purge(
tim (not reviewing) 2012/08/22 22:42:28 Lets call this PurgeForMigration to back up that c
rlarocque 2012/08/23 20:11:23 Good idea. Done.
+ TypeSet undesired_types,
syncer::ConfigureReason reason) OVERRIDE;
virtual void Stop() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698