| Index: chrome/browser/chromeos/app_mode/kiosk_app_data.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_data.cc b/chrome/browser/chromeos/app_mode/kiosk_app_data.cc
|
| index 955a91d3e2485297ab493ccd8c4385c175cd891c..51c9571369f5489d0581b258ba7d4be5057e506d 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_app_data.cc
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_app_data.cc
|
| @@ -336,7 +336,7 @@ void KioskAppData::SetStatus(Status status) {
|
| case STATUS_ERROR:
|
| delegate_->OnKioskAppDataLoadFailure(app_id_);
|
| break;
|
| - };
|
| + }
|
| }
|
|
|
| net::URLRequestContextGetter* KioskAppData::GetRequestContextGetter() {
|
| @@ -442,6 +442,7 @@ void KioskAppData::StartFetch() {
|
| GetRequestContextGetter(),
|
| GURL(),
|
| app_id_));
|
| + webstore_fetcher_->set_max_auto_retries(3);
|
| webstore_fetcher_->Start();
|
| }
|
|
|
|
|