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

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

Issue 2716413003: Initial clear server data impl (Closed)
Patch Set: Fixed various CL comments 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_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index 818fecd361f33e05cae599675906f49fcea027fd..e36c1cfaa5419998ab180f5c2cd1c1db8d5a2371 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -370,6 +370,9 @@ class SyncTest : public InProcessBrowserTest {
// value of |server_type_|.
void InitializeInvalidations(int index);
+ // Clear server data, and restart sync.
+ bool ClearServerData(ProfileSyncServiceHarness* harness);
+
// Python sync test server, started on demand.
syncer::LocalSyncTestServer sync_server_;

Powered by Google App Engine
This is Rietveld 408576698