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 4bce344925e7710ded1d80f5aa57b17f9997a9b7..0a42660aa1ab393395d7c27d610d216f7a084174 100644 |
--- a/chrome/browser/sync/glue/data_type_manager.h |
+++ b/chrome/browser/sync/glue/data_type_manager.h |
@@ -25,15 +25,10 @@ class DataTypeManager { |
// 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. |
BLOCKED, // We can't move forward with configuration because some |
// external action must take place (i.e. passphrase). |
- // 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. |
}; |