| Index: chrome/installer/util/test_app_registration_data.cc
|
| diff --git a/chrome/installer/util/test_app_registration_data.cc b/chrome/installer/util/test_app_registration_data.cc
|
| index b370df3aa2e33aa8f4bb0349ef16c30a36dfcdf6..79b98074225612b5a51a2d2d8db4cc77e600610c 100644
|
| --- a/chrome/installer/util/test_app_registration_data.cc
|
| +++ b/chrome/installer/util/test_app_registration_data.cc
|
| @@ -10,10 +10,6 @@ TestAppRegistrationData::TestAppRegistrationData() {
|
| TestAppRegistrationData::~TestAppRegistrationData() {
|
| }
|
|
|
| -base::string16 TestAppRegistrationData::GetAppGuid() const {
|
| - return L"test_app_guid";
|
| -}
|
| -
|
| base::string16 TestAppRegistrationData::GetStateKey() const {
|
| return L"Software\\Chromium\\ClientState\\test_app_guid";
|
| }
|
|
|