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

Unified Diff: chrome/browser/tracing/chrome_tracing_delegate.cc

Issue 2072383002: Trace revision and v8 version for IterationInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specific_include_rules tracing_controller_impl.cc +v8 Created 4 years, 5 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 | « android_webview/browser/tracing/aw_tracing_delegate.cc ('k') | content/browser/tracing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tracing/chrome_tracing_delegate.cc
diff --git a/chrome/browser/tracing/chrome_tracing_delegate.cc b/chrome/browser/tracing/chrome_tracing_delegate.cc
index bd30679443e98af21fa6702541b3ca8159ac656f..d5bc97ad926eeee2bf52c8845006718f4b0fedb2 100644
--- a/chrome/browser/tracing/chrome_tracing_delegate.cc
+++ b/chrome/browser/tracing/chrome_tracing_delegate.cc
@@ -21,6 +21,7 @@
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h"
#include "components/variations/active_field_trials.h"
+#include "components/version_info/version_info.h"
#include "content/public/browser/background_tracing_config.h"
#include "content/public/browser/browser_thread.h"
@@ -167,6 +168,7 @@ void ChromeTracingDelegate::GenerateMetadataDict(
variations_list->AppendString(it);
metadata_dict->Set("field-trials", std::move(variations_list));
+ metadata_dict->SetString("revision", version_info::GetLastChange());
}
content::MetadataFilterPredicate
« no previous file with comments | « android_webview/browser/tracing/aw_tracing_delegate.cc ('k') | content/browser/tracing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698