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: |