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

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

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.h
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index 53b7268773b7396659879c1a400fc4367834da55..171ce21787cbd04d0daa1898b260584532ff6e87 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -35,11 +35,11 @@ class GoogleChromeDistribution : public BrowserDistribution {
base::string16 GetActiveSetupGuid() override;
- base::string16 GetShortcutName(ShortcutType shortcut_type) override;
+ base::string16 GetShortcutName() override;
base::string16 GetIconFilename() override;
- int GetIconIndex(ShortcutType shortcut_type) override;
+ int GetIconIndex() override;
base::string16 GetBaseAppName() override;
« no previous file with comments | « chrome/installer/util/google_chrome_binaries_distribution.cc ('k') | chrome/installer/util/google_chrome_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698