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

Unified Diff: remoting/base/encoder_row_based.h

Issue 5581007: Revert 68434 - Reenable encoder/decoder tests.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | « remoting/base/encode_decode_unittest.cc ('k') | remoting/base/encoder_row_based.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/encoder_row_based.h
===================================================================
--- remoting/base/encoder_row_based.h (revision 68436)
+++ remoting/base/encoder_row_based.h (working copy)
@@ -25,9 +25,7 @@
class EncoderRowBased : public Encoder {
public:
static EncoderRowBased* CreateZlibEncoder();
- static EncoderRowBased* CreateZlibEncoder(int packet_size);
static EncoderRowBased* CreateVerbatimEncoder();
- static EncoderRowBased* CreateVerbatimEncoder(int packet_size);
virtual ~EncoderRowBased();
« no previous file with comments | « remoting/base/encode_decode_unittest.cc ('k') | remoting/base/encoder_row_based.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698