Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 7544026: Fix for flakiness in pyauto automation hook WaitForDownloadsToComplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with trunk; awaiting green trybots. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698