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

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

Issue 772513004: Add new E2E sync multi profiles tests. This should not affect any existing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile issues Created 5 years, 11 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 3aea730b4089fd22968c9fc3c86daf93f3d2e146..75e7044b8f21a5cc4d16a2b1f9505f716708882f 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -26,6 +26,7 @@
class ProfileSyncService;
class ProfileSyncServiceHarness;
class P2PInvalidationForwarder;
+class P2PSyncRefresher;
namespace base {
class CommandLine;
@@ -365,6 +366,10 @@ class SyncTest : public InProcessBrowserTest {
// of this activity to its peer sync clients.
ScopedVector<P2PInvalidationForwarder> invalidation_forwarders_;
+ // A set of objects to listen for commit activity and broadcast refresh
+ // notifications of this activity to its peer sync clients.
+ ScopedVector<P2PSyncRefresher> sync_refreshers_;
+
// Collection of pointers to FakeServerInvalidation objects for each profile.
std::vector<fake_server::FakeServerInvalidationService*>
fake_server_invalidation_services_;
« no previous file with comments | « chrome/browser/sync/test/integration/single_client_e2e_test.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698