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

Unified Diff: components/browser_watcher/postmortem_report_collector.cc

Issue 2511043003: Support for extracting user-data from activity tracking. (Closed)
Patch Set: rebased Created 4 years 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/browser_watcher/postmortem_report_collector.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/postmortem_report_collector.cc
diff --git a/components/browser_watcher/postmortem_report_collector.cc b/components/browser_watcher/postmortem_report_collector.cc
index 24cb0b67c018d61b56fecc4ddeb07ba09e342ebf..cb323d4cfd19237431821f232a4fa294f5d42af1 100644
--- a/components/browser_watcher/postmortem_report_collector.cc
+++ b/components/browser_watcher/postmortem_report_collector.cc
@@ -21,7 +21,7 @@ using base::FilePath;
namespace browser_watcher {
-using base::debug::ActivitySnapshot;
+using ActivitySnapshot = base::debug::ThreadActivityAnalyzer::Snapshot;
using base::debug::GlobalActivityAnalyzer;
using base::debug::ThreadActivityAnalyzer;
using crashpad::CrashReportDatabase;
@@ -199,7 +199,7 @@ PostmortemReportCollector::CollectionStatus PostmortemReportCollector::Collect(
}
void PostmortemReportCollector::CollectThread(
- const base::debug::ActivitySnapshot& snapshot,
+ const base::debug::ThreadActivityAnalyzer::Snapshot& snapshot,
ThreadState* thread_state) {
DCHECK(thread_state);
« no previous file with comments | « components/browser_watcher/postmortem_report_collector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698