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

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

Issue 2716413003: Initial clear server data impl (Closed)
Patch Set: Responding to CL comments. Some Logic changes, but mostly spelling/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..9be3c6ab17af0dc003bc3c1ef627ed9d45bd4057 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);
+ // Setup profile, clear server data, and restart sync.
skym 2017/03/07 21:32:25 It doesn't seem like the implementation actually s
wylieb 2017/03/07 23:04:40 Done.
+ void ClearServerData(ProfileSyncServiceHarness* harness);
+
// Python sync test server, started on demand.
syncer::LocalSyncTestServer sync_server_;

Powered by Google App Engine
This is Rietveld 408576698