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

Unified Diff: blimp/common/create_blimp_message.h

Issue 1876983002: Use Chromium BUILD to approximate Blimp protocol version, and check it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android to use GetVersionNumber() Created 4 years, 7 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/common/BUILD.gn ('k') | blimp/common/create_blimp_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/create_blimp_message.h
diff --git a/blimp/common/create_blimp_message.h b/blimp/common/create_blimp_message.h
index e201459c67e15319c93539236fd77bfff8a8342e..e98bc4a96b7f68dcc2de3f34447d09028e5494bd 100644
--- a/blimp/common/create_blimp_message.h
+++ b/blimp/common/create_blimp_message.h
@@ -11,6 +11,7 @@
#include <string>
#include "blimp/common/blimp_common_export.h"
+#include "blimp/common/proto/protocol_control.pb.h"
namespace blimp {
@@ -24,7 +25,6 @@ class NavigationMessage;
class RenderWidgetMessage;
class SettingsMessage;
class SizeMessage;
-class StartConnectionMessage;
class TabControlMessage;
// Suite of helper methods to simplify the repetitive task of creating
@@ -77,6 +77,9 @@ BLIMP_COMMON_EXPORT std::unique_ptr<BlimpMessage> CreateStartConnectionMessage(
BLIMP_COMMON_EXPORT std::unique_ptr<BlimpMessage> CreateCheckpointAckMessage(
int64_t checkpoint_id);
+BLIMP_COMMON_EXPORT std::unique_ptr<BlimpMessage> CreateEndConnectionMessage(
+ EndConnectionMessage::Reason reason);
+
} // namespace blimp
#endif // BLIMP_COMMON_CREATE_BLIMP_MESSAGE_H_
« no previous file with comments | « blimp/common/BUILD.gn ('k') | blimp/common/create_blimp_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698