Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / installer / util / test_app_registration_data.cc
blobb370df3aa2e33aa8f4bb0349ef16c30a36dfcdf6
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/installer/util/test_app_registration_data.h"
7 TestAppRegistrationData::TestAppRegistrationData() {
10 TestAppRegistrationData::~TestAppRegistrationData() {
13 base::string16 TestAppRegistrationData::GetAppGuid() const {
14 return L"test_app_guid";
17 base::string16 TestAppRegistrationData::GetStateKey() const {
18 return L"Software\\Chromium\\ClientState\\test_app_guid";
21 base::string16 TestAppRegistrationData::GetStateMediumKey() const {
22 return L"Software\\Chromium\\ClientStateMedium\\test_app_guid";
25 base::string16 TestAppRegistrationData::GetVersionKey() const {
26 return L"Software\\Chromium\\Clients\\test_app_guid";