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

Unified Diff: chrome/installer/util/google_chrome_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/google_chrome_distribution.h
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index d3f148fc762f6f657adbd12b3d4dc34d67074b59..a00a31e514eb4b1a11fa78f5e8d624fb833c3d82 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -36,11 +36,13 @@ class GoogleChromeDistribution : public BrowserDistribution {
virtual string16 GetAppGuid() OVERRIDE;
- virtual string16 GetBaseAppName() OVERRIDE;
+ virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
+
+ virtual string16 GetIconFilename() OVERRIDE;
- virtual string16 GetAppShortCutName() OVERRIDE;
+ virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
- virtual string16 GetAlternateApplicationName() OVERRIDE;
+ virtual string16 GetBaseAppName() OVERRIDE;
virtual string16 GetBaseAppId() OVERRIDE;
@@ -71,8 +73,6 @@ class GoogleChromeDistribution : public BrowserDistribution {
virtual string16 GetVersionKey() OVERRIDE;
- virtual string16 GetIconFilename() OVERRIDE;
-
virtual bool GetCommandExecuteImplClsid(
string16* handler_class_uuid) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698