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

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

Issue 6528042: sync: rewrite DataTypeManagerImpl without pause/resume logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments Created 9 years, 10 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 | « no previous file | chrome/browser/sync/glue/data_type_manager_impl2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e904452243f6e25a8a50128fe6f1075e81f9583a..99a9c29414d03977633816ed37c3b87770fb0785 100644
--- a/chrome/browser/sync/glue/data_type_manager.h
+++ b/chrome/browser/sync/glue/data_type_manager.h
@@ -24,9 +24,14 @@ class DataTypeManager {
DOWNLOAD_PENDING, // Not implemented yet: Waiting for the syncer to
// complete the initial download of new data
// types.
+
+ // TODO(tim): Deprecated. Bug 26339.
PAUSE_PENDING, // Waiting for the sync backend to pause.
CONFIGURING, // Data types are being started.
+
+ // TODO(tim): Deprecated. Bug 26339.
RESUME_PENDING, // Waiting for the sync backend to resume.
+
CONFIGURED, // All enabled data types are running.
STOPPING // Data types are being stopped.
};
« no previous file with comments | « no previous file | chrome/browser/sync/glue/data_type_manager_impl2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698