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

Side by Side Diff: components/gcm_driver/gcm_internals_constants.h

Issue 1339803003: Move gcm_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gritsettings Created 5 years, 3 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
« no previous file with comments | « components/gcm_driver/BUILD.gn ('k') | components/gcm_driver/gcm_internals_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_
6 #define COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_
7
8 namespace gcm_driver {
9
10 // Resource paths.
11 // Must match the resource file names.
12 extern const char kGcmInternalsCSS[];
13 extern const char kGcmInternalsJS[];
14
15 // Message handlers.
16 // Must match the constants used in the resource files.
17 extern const char kGetGcmInternalsInfo[];
18 extern const char kSetGcmInternalsInfo[];
19 extern const char kSetGcmInternalsRecording[];
20
21 // GCM internal info.
22 // Must match the constants used in the resource files.
23 extern const char kAndroidId[];
24 extern const char kCheckinInfo[];
25 extern const char kConnectionClientCreated[];
26 extern const char kConnectionInfo[];
27 extern const char kConnectionState[];
28 extern const char kDeviceInfo[];
29 extern const char kGcmClientCreated[];
30 extern const char kGcmClientState[];
31 extern const char kGcmEnabled[];
32 extern const char kIsRecording[];
33 extern const char kProfileServiceCreated[];
34 extern const char kReceiveInfo[];
35 extern const char kRegisteredAppIds[];
36 extern const char kRegistrationInfo[];
37 extern const char kResendQueueSize[];
38 extern const char kSendInfo[];
39 extern const char kSendQueueSize[];
40
41 } // namespace gcm_driver
42
43 #endif // COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/gcm_driver/BUILD.gn ('k') | components/gcm_driver/gcm_internals_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698