diff options
Diffstat (limited to 'chromium/components/enterprise/common/strings.h')
-rw-r--r-- | chromium/components/enterprise/common/strings.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/components/enterprise/common/strings.h b/chromium/components/enterprise/common/strings.h new file mode 100644 index 00000000000..df3d348a633 --- /dev/null +++ b/chromium/components/enterprise/common/strings.h @@ -0,0 +1,18 @@ +// Copyright 2020 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef COMPONENTS_ENTERPRISE_COMMON_STRINGS_H_ +#define COMPONENTS_ENTERPRISE_COMMON_STRINGS_H_ + +namespace enterprise { + +// URL parameters used when enterprise connectors call on service provider +// endpoints. +extern const char kUrlParamConnector[]; +extern const char kUrlParamDeviceToken[]; +extern const char kUrlParamTag[]; + +} // namespace enterprise + +#endif // COMPONENTS_ENTERPRISE_COMMON_STRINGS_H_ |