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

Unified Diff: chrome/profiling/memlog_receiver_pipe_server.h

Issue 2943733002: Add out-of-process memory logging stream parsing. (Closed)
Patch Set: Remove version 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/profiling/memlog_receiver_pipe_server.h
diff --git a/chrome/profiling/memlog_receiver_pipe_server.h b/chrome/profiling/memlog_receiver_pipe_server.h
new file mode 100644
index 0000000000000000000000000000000000000000..5ef925ac3b74d8206f86e39615e4b45fa2e6ec81
--- /dev/null
+++ b/chrome/profiling/memlog_receiver_pipe_server.h
@@ -0,0 +1,14 @@
+// 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_PROFILING_MEMLOG_RECEIVER_PIPE_SERVER_H_
+#define CHROME_PROFILING_MEMLOG_RECEIVER_PIPE_SERVER_H_
+
+#include "build/build_config.h"
+
+#if defined(OS_WIN)
+#include "memlog_receiver_pipe_server_win.h"
+#endif
+
+#endif // CHROME_PROFILING_MEMLOG_RECEIVER_PIPE_SERVER_H_

Powered by Google App Engine
This is Rietveld 408576698