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

Unified Diff: components/domain_reliability/context.cc

Issue 290473005: Domain Reliability: Include config_version in uploads (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 6 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 | « components/domain_reliability/context.h ('k') | components/domain_reliability/context_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/context.cc
diff --git a/components/domain_reliability/context.cc b/components/domain_reliability/context.cc
index 7acc8e67fe257d468623193956fbba6ae3efac26..aae45fcaaea8cc05b75c2a46ad741c07d93fa1a1 100644
--- a/components/domain_reliability/context.cc
+++ b/components/domain_reliability/context.cc
@@ -272,6 +272,7 @@ scoped_ptr<const Value> DomainReliabilityContext::CreateReport(
}
DictionaryValue* report_value = new DictionaryValue();
+ report_value->SetString("config_version", config().version);
report_value->SetString("reporter", upload_reporter_string_);
report_value->Set("resource_reports", resources_value);
« no previous file with comments | « components/domain_reliability/context.h ('k') | components/domain_reliability/context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698