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

Unified Diff: blimp/common/protocol_version.h

Issue 1687393002: Add assigner support to Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build the ProxyConfigService on the main thread. Created 4 years, 10 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
Index: blimp/common/protocol_version.h
diff --git a/blimp/common/protocol_version.h b/blimp/common/protocol_version.h
index 98a7e63d58a63e97cb5edbb780f1e2c686474a1e..ea628a2c0fac9df3e37c1c6ff79288d97be88792 100644
--- a/blimp/common/protocol_version.h
+++ b/blimp/common/protocol_version.h
@@ -11,6 +11,9 @@ namespace blimp {
const int BLIMP_COMMON_EXPORT kProtocolVersion = 0;
+// TODO(dtrainor): Move this out or integrate this with kProtocolVersion?
+const char BLIMP_COMMON_EXPORT kEngineVersion[] = "20160209094838";
+
} // namespace blimp
#endif // BLIMP_COMMON_PROTOCOL_VERSION_H_
« blimp/client/session/blimp_client_session.h ('K') | « blimp/client/session/blimp_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698