diff options
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_operations.cc')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_operations.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.cc b/chrome/browser/chromeos/gdata/gdata_operations.cc index be08bd5..ad6df46 100644 --- a/chrome/browser/chromeos/gdata/gdata_operations.cc +++ b/chrome/browser/chromeos/gdata/gdata_operations.cc @@ -349,6 +349,9 @@ void UrlFetchOperationBase::OnAuthFailed(GDataErrorCode code) { NotifyStart(); NotifyFinish(GDataOperationRegistry::OPERATION_FAILED); + + // Notify authentication failed. + NotifyAuthFailed(); } std::string UrlFetchOperationBase::GetResponseHeadersAsString( |