| Index: chrome/browser/chromeos/customization_document.cc
|
| diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
|
| index bd47d4a5eaf66fb562f27edba2c27b153f119083..4f944e634d2efdf9230e4fe60d5dfd77f2a35a2f 100644
|
| --- a/chrome/browser/chromeos/customization_document.cc
|
| +++ b/chrome/browser/chromeos/customization_document.cc
|
| @@ -346,8 +346,7 @@ void ServicesCustomizationDocument::OnURLFetchComplete(
|
| NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary();
|
| if (!network->Connected() && num_retries_ < kMaxFetchRetries) {
|
| num_retries_++;
|
| - retry_timer_.Start(FROM_HERE,
|
| - base::TimeDelta::FromSeconds(kRetriesDelayInSec),
|
| + retry_timer_.Start(base::TimeDelta::FromSeconds(kRetriesDelayInSec),
|
| this, &ServicesCustomizationDocument::StartFileFetch);
|
| return;
|
| }
|
|
|