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

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

Issue 7861013: Fix the false-positive detection of commit errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at detecting errors Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d55c0ff6e22225defa507d453672fad17910d050..834ec906d4c75c7e072e577c77bcee397241e76b 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -717,9 +717,9 @@ class TestingAutomationProvider : public AutomationProvider,
// Waits for the ongoing sync cycle to complete.
// Uses the JSON interface for input/output.
- void AwaitSyncCycleCompletion(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
+ void AwaitFullSyncCompletion(Browser* browser,
+ base::DictionaryValue* args,
+ IPC::Message* reply_message);
// Waits for sync to reinitialize (for example, after a browser restart).
// Uses the JSON interface for input/output.
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698