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

Unified Diff: chrome/installer/util/updating_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
« no previous file with comments | « chrome/installer/util/updating_app_registration_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/updating_app_registration_data.cc
diff --git a/chrome/installer/util/updating_app_registration_data.cc b/chrome/installer/util/updating_app_registration_data.cc
index 26315fe715721a718e22b236cb86792bd6ff288a..c9722a244900a289a8e3e75b4622aa92d39ec098 100644
--- a/chrome/installer/util/updating_app_registration_data.cc
+++ b/chrome/installer/util/updating_app_registration_data.cc
@@ -11,10 +11,6 @@ UpdatingAppRegistrationData::UpdatingAppRegistrationData(
UpdatingAppRegistrationData::~UpdatingAppRegistrationData() {}
-base::string16 UpdatingAppRegistrationData::GetAppGuid() const {
- return app_guid_;
-}
-
base::string16 UpdatingAppRegistrationData::GetStateKey() const {
return base::string16(google_update::kRegPathClientState)
.append(1, L'\\')
« no previous file with comments | « chrome/installer/util/updating_app_registration_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698