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

Unified Diff: net/base/upload_data_stream.h

Issue 10689034: SPDY - chunked upload - speech recognition doesn't work with SPDY/3 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | net/spdy/spdy_http_stream.h » ('j') | net/spdy/spdy_http_stream_spdy2_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/upload_data_stream.h
===================================================================
--- net/base/upload_data_stream.h (revision 144839)
+++ net/base/upload_data_stream.h (working copy)
@@ -66,6 +66,7 @@
bool IsInMemory() const;
// This method is provided only to be used by unit tests.
Ryan Sleevi 2012/07/06 20:20:03 nit: This method is -> These methods are However,
ramant (doing other things) 2012/07/06 22:55:42 Done.
+ static bool merge_chunks() { return merge_chunks_; }
static void set_merge_chunks(bool merge) { merge_chunks_ = merge; }
private:
« no previous file with comments | « no previous file | net/spdy/spdy_http_stream.h » ('j') | net/spdy/spdy_http_stream_spdy2_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698