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

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

Issue 2716413003: Initial clear server data impl (Closed)
Patch Set: Clear server data command Created 3 years, 9 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_datatype_helper.h
diff --git a/chrome/browser/sync/test/integration/sync_datatype_helper.h b/chrome/browser/sync/test/integration/sync_datatype_helper.h
index 770cfc3325b2452a6ffa4c267cf47904d265f973..f239ee047cbc9c52d923459b86d85b355c7ff4f8 100644
--- a/chrome/browser/sync/test/integration/sync_datatype_helper.h
+++ b/chrome/browser/sync/test/integration/sync_datatype_helper.h
@@ -15,6 +15,9 @@ namespace sync_datatype_helper {
// used.
void AssociateWithTest(SyncTest* test);
+// Dissociates the test from us.
skym 2017/03/07 18:38:22 Can you add more context here, why is this useful?
wylieb 2017/03/07 19:52:23 Consecutive runs fail because of an assertion on a
+void DissociateWithTest(SyncTest* test);
+
// Returns a pointer to the instance of SyncTest associated with the
// per-datatype helpers after making sure it is valid.
SyncTest* test();

Powered by Google App Engine
This is Rietveld 408576698