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

Unified Diff: blimp/net/blimp_client_session.h

Issue 1403083002: [Blimp] Adds Blimp EngineSession and ClientSession skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « blimp/net/BUILD.gn ('k') | blimp/net/blimp_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blimp_client_session.h
diff --git a/blimp/net/blimp_client_session.h b/blimp/net/blimp_client_session.h
new file mode 100644
index 0000000000000000000000000000000000000000..7cde1537f3065b7b4b23a18d5c129268bc55eae8
--- /dev/null
+++ b/blimp/net/blimp_client_session.h
@@ -0,0 +1,23 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef BLIMP_NET_BLIMP_CLIENT_SESSION_H_
+#define BLIMP_NET_BLIMP_CLIENT_SESSION_H_
+
+#include "base/macros.h"
+
+namespace blimp {
+
+class BlimpClientSession {
+ public:
+ BlimpClientSession();
+ ~BlimpClientSession();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(BlimpClientSession);
+};
+
+} // namespace blimp
+
+#endif // BLIMP_NET_BLIMP_CLIENT_SESSION_H_
« no previous file with comments | « blimp/net/BUILD.gn ('k') | blimp/net/blimp_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698