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

Unified Diff: chrome/installer/util/google_chrome_sxs_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_sxs_distribution.h
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
index 2c7b73ddee0ca6274efca76e59bda6aa7ec8bc0b..43ceb13498d99bd137c8ee96c08772ace102192b 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h
@@ -20,8 +20,8 @@
class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
public:
base::string16 GetBaseAppName() override;
- base::string16 GetShortcutName(ShortcutType shortcut_type) override;
- int GetIconIndex(ShortcutType shortcut_type) override;
+ base::string16 GetShortcutName() override;
+ int GetIconIndex() override;
base::string16 GetStartMenuShortcutSubfolder(
Subfolder subfolder_type) override;
base::string16 GetBaseAppId() override;
@@ -36,6 +36,7 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
bool HasUserExperiments() override;
// returns the channel name for GoogleChromeSxSDistribution
static base::string16 ChannelName();
+
private:
friend class BrowserDistribution;
« no previous file with comments | « chrome/installer/util/google_chrome_distribution_dummy.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698