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

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

Issue 2000003: Enable Spdy for SxS build. Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/browser_distribution.cc
===================================================================
--- chrome/installer/util/browser_distribution.cc (revision 46602)
+++ chrome/installer/util/browser_distribution.cc (working copy)
@@ -142,6 +142,14 @@
return false;
}
+bool BrowserDistribution::IsSpdyEnabled() {
+ return false;
+}
+
+std::string BrowserDistribution::GetSpdyMode() {
+ return "";
+}
+
bool BrowserDistribution::GetChromeChannel(std::wstring* channel) {
return false;
}
« no previous file with comments | « chrome/installer/util/browser_distribution.h ('k') | chrome/installer/util/google_chrome_sxs_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698