// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GOOGLE_APIS_GCM_ENGINE_GSERVICES_SWITCHES_H_ #define GOOGLE_APIS_GCM_ENGINE_GSERVICES_SWITCHES_H_ namespace switches { extern const char kGCMCheckinURL[]; extern const char kGCMMCSEndpoint[]; extern const char kGCMRegistrationURL[]; } // namespace switches #endif // GOOGLE_APIS_GCM_ENGINE_GSERVICES_SWITCHES_H_