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

Unified Diff: chrome/browser/sync/test/integration/quiesce_status_change_checker.h

Issue 2379433002: [Sync] Refactoring of sync integration test checkers to remove boilerplate await methods. (Closed)
Patch Set: Rebase Created 4 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/quiesce_status_change_checker.h
diff --git a/chrome/browser/sync/test/integration/quiesce_status_change_checker.h b/chrome/browser/sync/test/integration/quiesce_status_change_checker.h
index 59f65e633fdb95bfe52e65b8ed805e256c3b1be4..2effdae1fadf51dd7350708ee7c77abca745338c 100644
--- a/chrome/browser/sync/test/integration/quiesce_status_change_checker.h
+++ b/chrome/browser/sync/test/integration/quiesce_status_change_checker.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_QUIESCE_STATUS_CHANGE_CHECKER_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_QUIESCE_STATUS_CHANGE_CHECKER_H_
+#include <string>
#include <vector>
#include "base/compiler_specific.h"
@@ -37,9 +38,6 @@ class QuiesceStatusChangeChecker : public StatusChangeChecker {
std::vector<browser_sync::ProfileSyncService*> services);
~QuiesceStatusChangeChecker() override;
- // Blocks until all clients have quiesced or we time out.
- void Wait();
-
// A callback function for some helper objects.
void OnServiceStateChanged(browser_sync::ProfileSyncService* service);

Powered by Google App Engine
This is Rietveld 408576698