Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2033)

Unified Diff: chrome/installer/util/test_app_registration_data.cc

Issue 2718063002: Use install_static::GetAppGuid in place of BrowserDistribution and AppRegistrationData. (Closed)
Patch Set: huangs feedback plus Chromium test fix Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
}
« no previous file with comments | « chrome/installer/util/test_app_registration_data.h ('k') | chrome/installer/util/updating_app_registration_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698