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

Side by Side Diff: components/proximity_auth/cryptauth/pref_names.cc

Issue 1228763002: Introduce CryptAuthGCMManager, which handles GCM interactions for CryptAuth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 5 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/proximity_auth/cryptauth/pref_names.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "components/proximity_auth/cryptauth/pref_names.h" 5 #include "components/proximity_auth/cryptauth/pref_names.h"
6 6
7 namespace proximity_auth { 7 namespace proximity_auth {
8 namespace prefs { 8 namespace prefs {
9 9
10 // Whether the system is scheduling device_syncs more aggressively to recover 10 // Whether the system is scheduling device_syncs more aggressively to recover
(...skipping 23 matching lines...) Expand all
34 34
35 // The timestamp of the last successfull CryptAuth enrollment in seconds. 35 // The timestamp of the last successfull CryptAuth enrollment in seconds.
36 const char kCryptAuthEnrollmentLastEnrollmentTimeSeconds[] = 36 const char kCryptAuthEnrollmentLastEnrollmentTimeSeconds[] =
37 "cryptauth.enrollment.last_enrollment_time_seconds"; 37 "cryptauth.enrollment.last_enrollment_time_seconds";
38 38
39 // The reason that the next enrollment is performed. This should be one of the 39 // The reason that the next enrollment is performed. This should be one of the
40 // enum values of InvocationReason in 40 // enum values of InvocationReason in
41 // components/proximity_auth/cryptauth/proto/cryptauth_api.proto. 41 // components/proximity_auth/cryptauth/proto/cryptauth_api.proto.
42 extern const char kCryptAuthEnrollmentReason[] = "cryptauth.enrollment.reason"; 42 extern const char kCryptAuthEnrollmentReason[] = "cryptauth.enrollment.reason";
43 43
44 // The GCM registration id used for receiving push messages from CryptAuth.
45 extern const char kCryptAuthGCMRegistrationId[] =
46 "cryptauth.gcm_registration_id";
47
44 } // namespace prefs 48 } // namespace prefs
45 } // proximity_auth 49 } // proximity_auth
OLDNEW
« no previous file with comments | « components/proximity_auth/cryptauth/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698