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

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

Issue 15255004: Refactor of BrowserDistribution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 5 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/chrome_frame_distribution.h
diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h
index ff49036b039299186481b858ffc260774c3d0855..fa891d6173eb7ea7b6bafeb085c32757440dc641 100644
--- a/chrome/installer/util/chrome_frame_distribution.h
+++ b/chrome/installer/util/chrome_frame_distribution.h
@@ -15,11 +15,11 @@ class ChromeFrameDistribution : public BrowserDistribution {
public:
virtual string16 GetAppGuid() OVERRIDE;
- virtual string16 GetBaseAppName() OVERRIDE;
+ virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
- virtual string16 GetAppShortCutName() OVERRIDE;
+ virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
- virtual string16 GetAlternateApplicationName() OVERRIDE;
+ virtual string16 GetBaseAppName() OVERRIDE;
virtual string16 GetInstallSubDir() OVERRIDE;
@@ -47,8 +47,6 @@ class ChromeFrameDistribution : public BrowserDistribution {
virtual string16 GetIconFilename() OVERRIDE;
- virtual int GetIconIndex() OVERRIDE;
-
virtual bool CanSetAsDefault() OVERRIDE;
virtual bool CanCreateDesktopShortcuts() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698