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

Unified Diff: chrome/browser/sync/test/integration/sync_test.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
Index: chrome/browser/sync/test/integration/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index db17ba39db77f41247464033a5ce7a7eabb100e4..144c1e28524e7034da2ff69e3197ebaed65f0999 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -175,7 +175,7 @@ class SyncTest : public InProcessBrowserTest {
void TriggerTransientError();
// Triggers a sync error on the server.
- void TriggerSyncError(const browser_sync::SyncProtocolError& error);
+ void TriggerSyncError(const browser_sync::SyncOperationResult& error);
// Triggers setting the sync_tabs field of the nigori node.
void TriggerSetSyncTabs();
« no previous file with comments | « chrome/browser/sync/test/integration/sync_errors_test.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698