Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / domain_reliability / beacon.cc
index 0394b0d..452c702 100644 (file)
@@ -19,6 +19,8 @@ Value* DomainReliabilityBeacon::ToValue(base::TimeTicks upload_time) const {
   DictionaryValue* beacon_value = new DictionaryValue();
   if (!url.empty())
     beacon_value->SetString("url", url);
+  if (!domain.empty())
+    beacon_value->SetString("domain", domain);
   if (!resource.empty())
     beacon_value->SetString("resource", resource);
   beacon_value->SetString("status", status);