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

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

Issue 15255004: Refactor of BrowserDistribution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 c1e4df50ed979bd328b7fe66c7c721e5a78d570f..1cb5e401e931a20e3796c934a88d6a684605af36 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h
@@ -20,12 +20,10 @@
class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
public:
virtual string16 GetBaseAppName() OVERRIDE;
- virtual string16 GetAppShortCutName() OVERRIDE;
virtual string16 GetBaseAppId() OVERRIDE;
virtual string16 GetInstallSubDir() OVERRIDE;
virtual string16 GetUninstallRegPath() OVERRIDE;
virtual bool CanSetAsDefault() OVERRIDE;
- virtual int GetIconIndex() OVERRIDE;
virtual bool GetChromeChannel(string16* channel) OVERRIDE;
virtual bool GetCommandExecuteImplClsid(
string16* handler_class_uuid) OVERRIDE;
@@ -34,6 +32,11 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
virtual bool HasUserExperiments() OVERRIDE;
// returns the channel name for GoogleChromeSxSDistribution
static string16 ChannelName();
+ protected:
+ virtual string16 GetAppShortCutName() OVERRIDE;
+ virtual int GetIconIndex() OVERRIDE;
+ virtual int GetAppListIconIndex() OVERRIDE;
+
private:
friend class BrowserDistribution;

Powered by Google App Engine
This is Rietveld 408576698