| 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..0351088644b13ce794557c6e0bb80613a79b6ec9 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager.h
|
| @@ -42,8 +42,6 @@ class DataTypeManager {
|
| PARTIAL_SUCCESS, // Some data types had an error while starting up.
|
| ABORTED, // Start was aborted by calling Stop() before
|
| // all types were started.
|
| - RETRY, // Download failed due to a transient error and it
|
| - // is being retried.
|
| CONFIGURE_BLOCKED, // Configuration was blocked due to missing
|
| // passphrase.
|
| UNRECOVERABLE_ERROR // We got an unrecoverable error during startup.
|
|
|