Index: chrome/browser/chromeos/customization/customization_document.cc |
diff --git a/chrome/browser/chromeos/customization/customization_document.cc b/chrome/browser/chromeos/customization/customization_document.cc |
index 29ffe68c311bb0ca393c7cadd0df0b94088d0830..ca56989f28e15f1dc2a76d940bae09b16ff86ae0 100644 |
--- a/chrome/browser/chromeos/customization/customization_document.cc |
+++ b/chrome/browser/chromeos/customization/customization_document.cc |
@@ -567,9 +567,9 @@ void ServicesCustomizationDocument::OnManifesteRead( |
} |
void ServicesCustomizationDocument::StartFileFetch() { |
- DelayNetworkCall(base::Bind(&ServicesCustomizationDocument::DoStartFileFetch, |
- weak_ptr_factory_.GetWeakPtr()), |
- network_delay_); |
+ DelayNetworkCall(network_delay_, |
+ base::Bind(&ServicesCustomizationDocument::DoStartFileFetch, |
+ weak_ptr_factory_.GetWeakPtr())); |
} |
void ServicesCustomizationDocument::DoStartFileFetch() { |