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

Unified Diff: blimp/net/blimp_connection.cc

Issue 1492643003: [Blimp Net] Add EngineAuthHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | « blimp/net/blimp_connection.h ('k') | blimp/net/engine_authentication_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blimp_connection.cc
diff --git a/blimp/net/blimp_connection.cc b/blimp/net/blimp_connection.cc
index c5b07001839af3b3e3071191c7b603b210c9456c..db2f63d5f041cfab43b4f361a6547dd018a2da5e 100644
--- a/blimp/net/blimp_connection.cc
+++ b/blimp/net/blimp_connection.cc
@@ -96,6 +96,8 @@ BlimpConnection::BlimpConnection(scoped_ptr<PacketReader> reader,
DCHECK(writer_);
}
+BlimpConnection::BlimpConnection() {}
+
BlimpConnection::~BlimpConnection() {}
void BlimpConnection::SetConnectionErrorObserver(
« no previous file with comments | « blimp/net/blimp_connection.h ('k') | blimp/net/engine_authentication_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698