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

Unified Diff: chrome/browser/sync/test/integration/updated_progress_marker_checker.cc

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/updated_progress_marker_checker.cc
diff --git a/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc b/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc
index f056363abf993ad80c3f4cbfed328d17adbd0114..35d3df4ab33e81ecb9c48c0d98f0aaa147bb69f4 100644
--- a/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc
+++ b/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc
@@ -11,8 +11,6 @@ UpdatedProgressMarkerChecker::UpdatedProgressMarkerChecker(
browser_sync::ProfileSyncService* service)
: SingleClientStatusChangeChecker(service) {}
-UpdatedProgressMarkerChecker::~UpdatedProgressMarkerChecker() {}
-
bool UpdatedProgressMarkerChecker::IsExitConditionSatisfied() {
// Checks to see if our self-notify sync cycle has completed and
// there's nothing to commit.

Powered by Google App Engine
This is Rietveld 408576698