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

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

Issue 167913002: sync: Add helper class for P2P invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 6 years, 10 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/profile_sync_service_harness.h
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
index ee3c728fd321bb6333beefa86f70be99308f05a6..f0d98c15f08dc4f53b58140070f8a0c7df231dcd 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
@@ -16,6 +16,7 @@
class Profile;
class StatusChangeChecker;
+class P2PInvalidationForwarder;
namespace invalidation {
class P2PInvalidationService;
@@ -231,8 +232,8 @@ class ProfileSyncServiceHarness
// ProfileSyncService object associated with |profile_|.
ProfileSyncService* service_;
- // P2PInvalidationService associated with |profile_|.
- invalidation::P2PInvalidationService* p2p_invalidation_service_;
+ // An bridge between the ProfileSyncService and P2PInvalidationService.
+ scoped_ptr<P2PInvalidationForwarder> p2p_invalidation_forwarder_;
// The harness of the client whose update progress marker we're expecting
// eventually match.

Powered by Google App Engine
This is Rietveld 408576698