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

Unified Diff: chrome/installer/util/non_updating_app_registration_data.h

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/non_updating_app_registration_data.h
diff --git a/chrome/installer/util/non_updating_app_registration_data.h b/chrome/installer/util/non_updating_app_registration_data.h
index a25f97a07c3a199ed2cfcc11c3522223361f3a22..d6f4ff80767c1d7fb7093de47e2f22821cb891f3 100644
--- a/chrome/installer/util/non_updating_app_registration_data.h
+++ b/chrome/installer/util/non_updating_app_registration_data.h
@@ -15,7 +15,6 @@ class NonUpdatingAppRegistrationData : public AppRegistrationData {
public:
explicit NonUpdatingAppRegistrationData(const base::string16& key_path);
~NonUpdatingAppRegistrationData() override;
- base::string16 GetAppGuid() const override;
base::string16 GetStateKey() const override;
base::string16 GetStateMediumKey() const override;
base::string16 GetVersionKey() const override;
« no previous file with comments | « chrome/installer/util/google_update_settings_unittest.cc ('k') | chrome/installer/util/non_updating_app_registration_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698