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

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

Issue 1926403002: Remove BrowserDistribution::SHORTCUT_APP_LAUNCHER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160406-Mac-EnableAppLauncher0
Patch Set: lint headers Created 4 years, 7 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 773e4e2a645988bb16614d7e52fd2f0d41f90863..f2e8ec7661fe5bd73c0764520ca8d77926a28197 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -44,12 +44,11 @@ base::string16 GoogleChromeDistribution::GetBaseAppName() {
return base::string16();
}
-base::string16 GoogleChromeDistribution::GetShortcutName(
- ShortcutType shortcut_type) {
+base::string16 GoogleChromeDistribution::GetShortcutName() {
return base::string16();
}
-int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) {
+int GoogleChromeDistribution::GetIconIndex() {
return 0;
}
« 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