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

Unified Diff: chrome/browser/net/net_pref_observer.cc

Issue 6134003: Prototype of chunked transfer encoded POST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 11 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/browser/net/net_pref_observer.cc
diff --git a/chrome/browser/net/net_pref_observer.cc b/chrome/browser/net/net_pref_observer.cc
index b9129580a9d2b331c99baf58c768c3bd88d41f35..f0262f7ced58b7d63fe7efdbf40f6e63d9c69ce1 100644
--- a/chrome/browser/net/net_pref_observer.cc
+++ b/chrome/browser/net/net_pref_observer.cc
@@ -38,5 +38,5 @@ void NetPrefObserver::ApplySettings() {
// static
void NetPrefObserver::RegisterPrefs(PrefService* prefs) {
- prefs->RegisterBooleanPref(prefs::kDisableSpdy, false);
+ prefs->RegisterBooleanPref(prefs::kDisableSpdy, true);
vandebo (ex-Chrome) 2011/01/14 05:53:44 Is this a debugging change that shouldn't be in th
Satish 2011/01/14 18:09:29 Yes I will remove it. But I also wanted to ask how
}
« no previous file with comments | « no previous file | chrome/browser/speech/speech_recognition_request.h » ('j') | chrome/browser/speech/speech_recognizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698