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

Unified Diff: net/base/sdch_filter_unitest.cc

Issue 4096: Use open-vcdiff for sdch compression on the Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « net/base/filter.cc ('k') | net/base/test_completion_callback_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_filter_unitest.cc
===================================================================
--- net/base/sdch_filter_unitest.cc (revision 2604)
+++ net/base/sdch_filter_unitest.cc (working copy)
@@ -32,9 +32,9 @@
SdchFilterTest()
: test_vcdiff_dictionary_(kTtestVcdiffDictionary,
sizeof(kTtestVcdiffDictionary) - 1),
- expanded_(kTestData, sizeof(kTestData) - 1),
compressed_test_data_(kCompressedTestData,
sizeof(kCompressedTestData) - 1),
+ expanded_(kTestData, sizeof(kTestData) - 1),
sdch_manager_(new SdchManager) {
}
@@ -104,7 +104,6 @@
filters.push_back("sdch");
int kInputBufferSize(30);
char output_buffer[20];
- size_t kOutputBufferSize(20);
scoped_ptr<Filter> filter(Filter::Factory(filters, "missing-mime",
kInputBufferSize));
filter->SetURL(GURL("http://ignore.com"));
« no previous file with comments | « net/base/filter.cc ('k') | net/base/test_completion_callback_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698