[Sync] Fix auth error handling while the backend is initializing.
This changes it so that we no longer throw an unrecoverable error if we get an auth error while bringing up the backend (which can happen if we fail to download control types). We now let just let the backend continuing retrying (in backoff mode), until the user resolves the auth error, at which point we'll perform our pending sync cycle, finishing backend initialization. BUG=163491 Review URL: https://chromiumcodereview.appspot.com/11428125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171094 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment