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

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

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move typedef 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_dummy.cc
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
index ff7638a3bb770f4a58cb742645df40088c17caa7..5c3f7be1e7d4de430df1f51dc2c9e56dc6f5e0d5 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -56,6 +56,16 @@ string16 GoogleChromeDistribution::GetBaseAppId() {
return string16();
}
+string16 GoogleChromeDistribution::GetBrowserProgIdPrefix() {
+ NOTREACHED();
+ return string16();
+}
+
+string16 GoogleChromeDistribution::GetBrowserProgIdDesc() {
+ NOTREACHED();
+ return string16();
+}
+
string16 GoogleChromeDistribution::GetInstallSubDir() {
NOTREACHED();
return string16();

Powered by Google App Engine
This is Rietveld 408576698