Chromium Code Reviews| Index: chrome/browser/sync/sync_setup_wizard.cc |
| =================================================================== |
| --- chrome/browser/sync/sync_setup_wizard.cc (revision 62569) |
| +++ chrome/browser/sync/sync_setup_wizard.cc (working copy) |
| @@ -279,6 +279,8 @@ |
| State result = FATAL_ERROR; |
| if (start_state == GAIA_LOGIN) { |
| result = GAIA_SUCCESS; |
| + } else if (start_state == ENTER_PASSPHRASE) { |
| + result = DONE; |
| } else if (start_state == CONFIGURE) { |
| result = DONE; |
| } |