blob: c747e550b53a737a2f92986c7db7fb4e87336b2f [file] [log] [blame]
// 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 "chrome/credential_provider/extension/extension_strings.h"
namespace credential_provider {
namespace extension {
const wchar_t kGCPWExtensionServiceName[] = L"GCPWExtension";
const wchar_t kGCPWExtensionServiceDescription[] = L"GCPW extension service";
const wchar_t kEnableGCPWExtension[] = L"enable_gcpw_extension";
} // namespace extension
} // namespace credential_provider