summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_sxs_distribution.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/google_chrome_sxs_distribution.h')
-rw-r--r--chrome/installer/util/google_chrome_sxs_distribution.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
index 6503e0a..3062f43 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h
@@ -26,7 +26,8 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
virtual bool CanSetAsDefault();
virtual bool ShouldUseAlternateIcon();
virtual bool GetChromeChannel(std::wstring* channel);
-
+ // returns the channel name for GoogleChromeSxSDistribution
+ static std::wstring ChannelName();
private:
friend class BrowserDistribution;