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

Unified Diff: chrome/installer/util/google_chrome_sxs_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
« no previous file with comments | « chrome/installer/util/google_chrome_sxs_distribution.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_sxs_distribution.cc
===================================================================
--- chrome/installer/util/google_chrome_sxs_distribution.cc (revision 46602)
+++ chrome/installer/util/google_chrome_sxs_distribution.cc (working copy)
@@ -42,6 +42,14 @@
return true;
}
+bool GoogleChromeSxSDistribution::IsSpdyEnabled() {
+ return true;
+}
+
+std::string GoogleChromeSxSDistribution::GetSpdyMode() {
+ return "npn";
+}
+
bool GoogleChromeSxSDistribution::GetChromeChannel(std::wstring* channel) {
*channel = L"SxS";
return true;
« no previous file with comments | « chrome/installer/util/google_chrome_sxs_distribution.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698