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

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

Issue 1616113003: List message decryption failures on chrome://gcm-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after CL 1619053003 Created 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 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_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_ 5 #ifndef COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_
6 #define COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_ 6 #define COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_
7 7
8 namespace gcm_driver { 8 namespace gcm_driver {
9 9
10 // Resource paths. 10 // Resource paths.
(...skipping 19 matching lines...) Expand all
30 extern const char kGcmClientState[]; 30 extern const char kGcmClientState[];
31 extern const char kGcmEnabled[]; 31 extern const char kGcmEnabled[];
32 extern const char kIsRecording[]; 32 extern const char kIsRecording[];
33 extern const char kProfileServiceCreated[]; 33 extern const char kProfileServiceCreated[];
34 extern const char kReceiveInfo[]; 34 extern const char kReceiveInfo[];
35 extern const char kRegisteredAppIds[]; 35 extern const char kRegisteredAppIds[];
36 extern const char kRegistrationInfo[]; 36 extern const char kRegistrationInfo[];
37 extern const char kResendQueueSize[]; 37 extern const char kResendQueueSize[];
38 extern const char kSendInfo[]; 38 extern const char kSendInfo[];
39 extern const char kSendQueueSize[]; 39 extern const char kSendQueueSize[];
40 extern const char kDecryptionFailureInfo[];
40 41
41 } // namespace gcm_driver 42 } // namespace gcm_driver
42 43
43 #endif // COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_ 44 #endif // COMPONENTS_GCM_DRIVER_GCM_INTERNALS_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop_unittest.cc ('k') | components/gcm_driver/gcm_internals_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698