| Index: chrome/browser/sync/sync_setup_wizard.h
|
| diff --git a/chrome/browser/sync/sync_setup_wizard.h b/chrome/browser/sync/sync_setup_wizard.h
|
| index 4e28d8c4e585bc1d8b0a2d53165a355639a82b14..6661f774bc682b8ecabee7cdc9b2671e24c81c9d 100644
|
| --- a/chrome/browser/sync/sync_setup_wizard.h
|
| +++ b/chrome/browser/sync/sync_setup_wizard.h
|
| @@ -34,13 +34,16 @@ class SyncSetupWizard {
|
| CONFIGURE,
|
| // Show the screen that prompts for your passphrase
|
| ENTER_PASSPHRASE,
|
| - // The panic switch. Something went terribly wrong during setup and we
|
| - // can't recover.
|
| + // An error has occurred in the backend. The next appropriate step is picked
|
| + // based on which error has occurred.
|
| + NONFATAL_ERROR,
|
| + // The panic switch. Something went terribly wrong during setup and we can't
|
| + // recover.
|
| FATAL_ERROR,
|
| // The client can't set up sync at the moment due to a concurrent operation
|
| // to clear cloud data being in progress on the server.
|
| SETUP_ABORTED_BY_PENDING_CLEAR,
|
| - // Loading screen with spinny throbber.
|
| + // Loading screen with throbber.
|
| SETTING_UP,
|
| // A catch-all done case for any setup process.
|
| DONE
|
|
|