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

Side by Side Diff: components/invalidation/public/invalidation_service.h

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_INVALIDATION_INVALIDATION_SERVICE_H_ 5 #ifndef COMPONENTS_INVALIDATION_PUBLIC_INVALIDATION_SERVICE_H_
6 #define COMPONENTS_INVALIDATION_INVALIDATION_SERVICE_H_ 6 #define COMPONENTS_INVALIDATION_PUBLIC_INVALIDATION_SERVICE_H_
7 7
8 #include "base/callback_forward.h" 8 #include "base/callback_forward.h"
9 #include "components/invalidation/invalidation_util.h" 9 #include "components/invalidation/public/invalidation_util.h"
10 #include "components/invalidation/invalidator_state.h" 10 #include "components/invalidation/public/invalidator_state.h"
11 11
12 class IdentityProvider; 12 class IdentityProvider;
13 13
14 namespace syncer { 14 namespace syncer {
15 class InvalidationHandler; 15 class InvalidationHandler;
16 } // namespace syncer 16 } // namespace syncer
17 17
18 namespace invalidation { 18 namespace invalidation {
19 class InvalidationLogger; 19 class InvalidationLogger;
20 20
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 // Triggers requests of internal status. 106 // Triggers requests of internal status.
107 virtual void RequestDetailedStatus( 107 virtual void RequestDetailedStatus(
108 base::Callback<void(const base::DictionaryValue&)> post_caller) const = 0; 108 base::Callback<void(const base::DictionaryValue&)> post_caller) const = 0;
109 109
110 // Returns the identity provider. 110 // Returns the identity provider.
111 virtual IdentityProvider* GetIdentityProvider() = 0; 111 virtual IdentityProvider* GetIdentityProvider() = 0;
112 }; 112 };
113 113
114 } // namespace invalidation 114 } // namespace invalidation
115 115
116 #endif // COMPONENTS_INVALIDATION_INVALIDATION_SERVICE_H_ 116 #endif // COMPONENTS_INVALIDATION_PUBLIC_INVALIDATION_SERVICE_H_
OLDNEW
« no previous file with comments | « components/invalidation/public/invalidation_handler.cc ('k') | components/invalidation/public/invalidation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698