Index: chromecast/shell/common/cast_content_client.cc |
diff --git a/chromecast/shell/common/cast_content_client.cc b/chromecast/shell/common/cast_content_client.cc |
index 65d50ec0791a5761a75c556317a377daef8789bd..3b7eea27e6ef5fc5482b6d9807cf1945dedde8c7 100644 |
--- a/chromecast/shell/common/cast_content_client.cc |
+++ b/chromecast/shell/common/cast_content_client.cc |
@@ -14,7 +14,8 @@ namespace shell { |
std::string GetUserAgent() { |
std::string product = "Chrome/" PRODUCT_VERSION; |
- return content::BuildUserAgentFromProduct(product) + " CrKey"; |
+ return content::BuildUserAgentFromProduct(product) + |
+ " CrKey" CAST_BUILD_REVISION; |
} |
CastContentClient::~CastContentClient() { |