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

Unified Diff: chrome/common/profiling/memlog_sender.h

Issue 2948283002: Profiling process topology (Closed)
Patch Set: Review comments Created 3 years, 6 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 | « chrome/common/chrome_switches.cc ('k') | chrome/common/profiling/memlog_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/profiling/memlog_sender.h
diff --git a/chrome/common/profiling/memlog_sender.h b/chrome/common/profiling/memlog_sender.h
index cda630f3e480e448901768a24aacf82f8eb409ee..bb4b50955d98ebcd816c624f36d489cdfceb0036 100644
--- a/chrome/common/profiling/memlog_sender.h
+++ b/chrome/common/profiling/memlog_sender.h
@@ -5,6 +5,8 @@
#ifndef CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
#define CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
+#include <string>
+
namespace base {
class CommandLine;
@@ -15,6 +17,8 @@ namespace profiling {
void InitMemlogSenderIfNecessary(const base::CommandLine& cmdline);
+void StartMemlogSender(const std::string& pipe_id);
+
} // namespace profiling
#endif // CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/profiling/memlog_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698