Index: components/proximity_auth/cryptauth/pref_names.cc |
diff --git a/components/proximity_auth/cryptauth/pref_names.cc b/components/proximity_auth/cryptauth/pref_names.cc |
index db06a2f14abc3eb246d18cb8970afb762c48a498..ed7d5b4a800e7f62b8b618b9a8605f473c9ca978 100644 |
--- a/components/proximity_auth/cryptauth/pref_names.cc |
+++ b/components/proximity_auth/cryptauth/pref_names.cc |
@@ -41,5 +41,9 @@ const char kCryptAuthEnrollmentLastEnrollmentTimeSeconds[] = |
// components/proximity_auth/cryptauth/proto/cryptauth_api.proto. |
extern const char kCryptAuthEnrollmentReason[] = "cryptauth.enrollment.reason"; |
+// The GCM registration id used for receiving push messages from CryptAuth. |
+extern const char kCryptAuthGCMRegistrationId[] = |
+ "cryptauth.gcm_registration_id"; |
+ |
} // namespace prefs |
} // proximity_auth |