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

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, 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/chrome_frame_distribution.h
diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h
index ff49036b039299186481b858ffc260774c3d0855..75c92d2bd1f7848a09ac1e0561f7051da9de9321 100644
--- a/chrome/installer/util/chrome_frame_distribution.h
+++ b/chrome/installer/util/chrome_frame_distribution.h
@@ -17,9 +17,7 @@ class ChromeFrameDistribution : public BrowserDistribution {
virtual string16 GetBaseAppName() OVERRIDE;
- virtual string16 GetAppShortCutName() OVERRIDE;
-
- virtual string16 GetAlternateApplicationName() OVERRIDE;
+ virtual ShortcutInfo GetShortcutInfo(ShortcutEnum shortcut_enum) OVERRIDE;
virtual string16 GetInstallSubDir() OVERRIDE;
@@ -45,10 +43,6 @@ class ChromeFrameDistribution : public BrowserDistribution {
virtual string16 GetVersionKey() OVERRIDE;
- 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