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

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

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed IsSetAsDefaultSupported() and GetCommandExecuteImplClsid(), and other minor cleanup. Created 7 years, 3 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 a00a31e514eb4b1a11fa78f5e8d624fb833c3d82..ac66950b6870b62fa77635b9c362d5c19f70c2ab 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -46,6 +46,10 @@ class GoogleChromeDistribution : public BrowserDistribution {
virtual string16 GetBaseAppId() OVERRIDE;
+ virtual string16 GetBrowserProgIdPrefix() OVERRIDE;
+
+ virtual string16 GetBrowserProgIdDesc() OVERRIDE;
+
virtual string16 GetInstallSubDir() OVERRIDE;
virtual string16 GetPublisherName() OVERRIDE;
@@ -73,7 +77,7 @@ class GoogleChromeDistribution : public BrowserDistribution {
virtual string16 GetVersionKey() OVERRIDE;
- virtual bool GetCommandExecuteImplClsid(
+ virtual bool GetCommandExecuteImplClsidString(
string16* handler_class_uuid) OVERRIDE;
virtual bool AppHostIsSupported() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698