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

Unified Diff: blimp/net/black_hole_blimp_message_processor.cc

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Made the BlackHoleBlimpMessageProcessor official! Created 5 years, 1 month 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: blimp/net/black_hole_blimp_message_processor.cc
diff --git a/blimp/net/common.cc b/blimp/net/black_hole_blimp_message_processor.cc
similarity index 51%
copy from blimp/net/common.cc
copy to blimp/net/black_hole_blimp_message_processor.cc
index 1663b300534f03ff610710b6d2630a5f7c04c427..ddd3753203e2bb431cbb42bf68df4111dcdbcf2b 100644
--- a/blimp/net/common.cc
+++ b/blimp/net/black_hole_blimp_message_processor.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/net/common.h"
+#include "blimp/net/black_hole_blimp_message_processor.h"
namespace blimp {
-const size_t kMaxPacketPayloadSizeBytes = 1 << 16; // 64KB
-const size_t kPacketHeaderSizeBytes = 4;
+void BlackHoleBlimpMessageProcessor::ProcessMessage(
+ scoped_ptr<BlimpMessage> message,
+ const net::CompletionCallback& callback) {}
David Trainor- moved to gerrit 2015/11/19 17:01:21 Oh oops this needs to call the callback. My bad.
David Trainor- moved to gerrit 2015/11/20 17:58:53 Done.
} // namespace blimp
« blimp/client/compositor/blimp_compositor.cc ('K') | « blimp/net/black_hole_blimp_message_processor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698