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

Unified Diff: base/debug/activity_analyzer.h

Issue 2753573002: Remove 'global' user-data in favor of 'process' user-data. (Closed)
Patch Set: rebased Created 3 years, 8 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 | « no previous file | base/debug/activity_analyzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/activity_analyzer.h
diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h
index 2200537a0dcb067bc49012adc1906749d7a6a4bc..e98046ea38b0b916bfac7172f8ff87171e088847 100644
--- a/base/debug/activity_analyzer.h
+++ b/base/debug/activity_analyzer.h
@@ -176,9 +176,6 @@ class BASE_EXPORT GlobalActivityAnalyzer {
// returned if the process is not known.
const ActivityUserData::Snapshot& GetProcessDataSnapshot(int64_t pid);
- // Extract the global data.
- const ActivityUserData::Snapshot& GetGlobalDataSnapshot();
-
// Gets all log messages stored within.
std::vector<std::string> GetLogMessages();
@@ -236,9 +233,6 @@ class BASE_EXPORT GlobalActivityAnalyzer {
AnalyzerMap::iterator analyzers_iterator_;
int64_t analyzers_iterator_pid_;
- // Snapshot of the global data.
- ActivityUserData::Snapshot global_data_snapshot_;
-
DISALLOW_COPY_AND_ASSIGN(GlobalActivityAnalyzer);
};
« no previous file with comments | « no previous file | base/debug/activity_analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698