| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 3b49e4de40e923a90ec646842471e8082e5b15e2..5052447d16ee153f1e2255ceac3cb663b758ba75 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -406,9 +406,9 @@ class TestingAutomationProvider : public AutomationProvider,
|
|
|
| // Wait for all downloads to complete.
|
| // Uses the JSON interface for input/output.
|
| - void WaitForDownloadsToComplete(Browser* browser,
|
| - base::DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| + void WaitForAllDownloadsToComplete(Browser* browser,
|
| + base::DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
|
|
| // Performs the given action on the specified download.
|
| // Uses the JSON interface for input/output.
|
|
|