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

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

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove magic key combo from browser_options_handler.cc 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/chrome_frame_distribution.h
diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h
index fa891d6173eb7ea7b6bafeb085c32757440dc641..12fd6a6dc7e7b0065baf19f059ae53728e7d0051 100644
--- a/chrome/installer/util/chrome_frame_distribution.h
+++ b/chrome/installer/util/chrome_frame_distribution.h
@@ -47,13 +47,19 @@ class ChromeFrameDistribution : public BrowserDistribution {
virtual string16 GetIconFilename() OVERRIDE;
+ virtual bool IsSetAsDefaultSupported() OVERRIDE;
+
virtual bool CanSetAsDefault() OVERRIDE;
virtual bool CanCreateDesktopShortcuts() OVERRIDE;
- virtual bool GetCommandExecuteImplClsid(
+ virtual bool GetCommandExecuteImplClsidString(
string16* handler_class_uuid) OVERRIDE;
+#if defined(OS_WIN)
+ virtual bool GetCommandExecuteImplClsid(CLSID* handler_class_uuid) OVERRIDE;
+#endif
+
virtual void UpdateInstallStatus(bool system_install,
installer::ArchiveType archive_type,
installer::InstallStatus install_status) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698