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

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

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/chrome_frame_distribution.cc
diff --git a/chrome/installer/util/chrome_frame_distribution.cc b/chrome/installer/util/chrome_frame_distribution.cc
index f968178886a1db002cd95f9be4d4371f5013a276..fa8756ee1b6f704b5ddee25104952615d2444d4e 100644
--- a/chrome/installer/util/chrome_frame_distribution.cc
+++ b/chrome/installer/util/chrome_frame_distribution.cc
@@ -36,6 +36,10 @@ string16 ChromeFrameDistribution::GetBaseAppName() {
return L"Google Chrome Frame";
}
+string16 ChromeFrameDistribution::GetBrowserProgIdPrefix() {
+ return string16();
+}
+
string16 ChromeFrameDistribution::GetShortcutName(ShortcutType shortcut_type) {
switch (shortcut_type) {
case SHORTCUT_CHROME:
@@ -129,7 +133,7 @@ bool ChromeFrameDistribution::CanCreateDesktopShortcuts() {
return false;
}
-bool ChromeFrameDistribution::GetCommandExecuteImplClsid(
+bool ChromeFrameDistribution::GetCommandExecuteImplClsidString(
string16* handler_class_uuid) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698