diff options
Diffstat (limited to 'chromium/components/enterprise/common/strings.cc')
-rw-r--r-- | chromium/components/enterprise/common/strings.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/components/enterprise/common/strings.cc b/chromium/components/enterprise/common/strings.cc new file mode 100644 index 00000000000..529ed8b1d2c --- /dev/null +++ b/chromium/components/enterprise/common/strings.cc @@ -0,0 +1,13 @@ +// 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. + +#include "components/enterprise/common/strings.h" + +namespace enterprise { + +const char kUrlParamConnector[] = "connector"; +const char kUrlParamDeviceToken[] = "device_token"; +const char kUrlParamTag[] = "tag"; + +} // namespace enterprise |