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

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

Issue 2949703002: Add OOP memory logging allocator shim (Closed)
Patch Set: Multi-dll 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
Index: chrome/common/profiling/memlog_sender.h
diff --git a/chrome/common/profiling/memlog_sender.h b/chrome/common/profiling/memlog_sender.h
new file mode 100644
index 0000000000000000000000000000000000000000..da9c54fa7a3f0c07327c83b8ed29ada7badbfd93
--- /dev/null
+++ b/chrome/common/profiling/memlog_sender.h
@@ -0,0 +1,18 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
+#define CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
+
+namespace base {
+class CommandLine;
+} // namespace base
+
+namespace profiling {
+
awong 2017/06/20 21:01:47 newline inconsistency between here and the above n
brettw 2017/06/20 21:22:28 I changed it, but I did it this way on purpose. It
+void InitMemlogSenderIfNecessary(const base::CommandLine& cmdline);
+
+} // namespace profiling
+
+#endif // CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_

Powered by Google App Engine
This is Rietveld 408576698