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

Unified Diff: chrome/browser/invalidation/ticl_invalidation_service.h

Issue 186623006: Refactor GCMNetworkChannelDelegateImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/invalidation/ticl_invalidation_service.h
diff --git a/chrome/browser/invalidation/ticl_invalidation_service.h b/chrome/browser/invalidation/ticl_invalidation_service.h
index 043b79609db22ee6c2fbb61f4148a4b245a71bc5..40350ea6b8f7562bfa2f2b5c0172e3ee91ed6e55 100644
--- a/chrome/browser/invalidation/ticl_invalidation_service.h
+++ b/chrome/browser/invalidation/ticl_invalidation_service.h
@@ -28,6 +28,7 @@ class Invalidator;
}
namespace invalidation {
+class GCMInvalidationBridge;
// This InvalidationService wraps the C++ Invalidation Client (TICL) library.
// It provides invalidations for desktop platforms (Win, Mac, Linux).
@@ -129,6 +130,8 @@ class TiclInvalidationService
base::OneShotTimer<TiclInvalidationService> request_access_token_retry_timer_;
net::BackoffEntry request_access_token_backoff_;
+ scoped_ptr<GCMInvalidationBridge> gcm_invalidation_bridge_;
+
// The invalidation logger object we use to record state changes
// and invalidations.
InvalidationLogger logger_;

Powered by Google App Engine
This is Rietveld 408576698