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

Unified Diff: chrome/installer/util/chrome_app_host_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_app_host_distribution.cc
diff --git a/chrome/installer/util/chrome_app_host_distribution.cc b/chrome/installer/util/chrome_app_host_distribution.cc
index 1c4c0e13fcd0b119e3c52c65e31bbe65c7b2991c..ffbf34a28feea7dfec0f64796576c0d3ebb5ee9f 100644
--- a/chrome/installer/util/chrome_app_host_distribution.cc
+++ b/chrome/installer/util/chrome_app_host_distribution.cc
@@ -38,6 +38,10 @@ string16 ChromeAppHostDistribution::GetBaseAppName() {
return L"Google Chrome App Launcher";
}
+string16 ChromeAppHostDistribution::GetBrowserProgIdPrefix() {
+ return string16();
+}
+
string16 ChromeAppHostDistribution::GetDisplayName() {
return GetShortcutName(SHORTCUT_APP_LAUNCHER);
}
@@ -132,7 +136,7 @@ string16 ChromeAppHostDistribution::GetIconFilename() {
return installer::kChromeAppHostExe;
}
-bool ChromeAppHostDistribution::GetCommandExecuteImplClsid(
+bool ChromeAppHostDistribution::GetCommandExecuteImplClsidString(
string16* handler_class_uuid) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698