Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromecast / shell / common / cast_content_client.cc
index 65d50ec..3b7eea2 100644 (file)
@@ -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() {