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

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

Issue 2764963002: Move ProgID methods from BrowserDistribution into install_static. (Closed)
Patch Set: huangs comments Created 3 years, 9 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/google_chrome_distribution_dummy.cc
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
index 3e6eab3db44da2fbd0ea5d0ed8e721dcce63e500..a71b4f341a487782659e7b5559186a6decce64d4 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -52,14 +52,6 @@ int GoogleChromeDistribution::GetIconIndex() {
return 0;
}
-base::string16 GoogleChromeDistribution::GetBrowserProgIdPrefix() {
- return base::string16();
-}
-
-base::string16 GoogleChromeDistribution::GetBrowserProgIdDesc() {
- return base::string16();
-}
-
base::string16 GoogleChromeDistribution::GetPublisherName() {
return base::string16();
}
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698