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

Unified Diff: chrome/profiling/profiling_main.h

Issue 2941823002: Add flags and skeleton for profiling process. (Closed)
Patch Set: Fix header checking 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/profiling_main.h
diff --git a/chrome/profiling/profiling_main.h b/chrome/profiling/profiling_main.h
new file mode 100644
index 0000000000000000000000000000000000000000..0d30b025934f0925666ce6cf6d26437001afef85
--- /dev/null
+++ b/chrome/profiling/profiling_main.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_PROFILING_PROFILING_MAIN_H_
+#define CHROME_PROFILING_PROFILING_MAIN_H_
+
+namespace base {
+class CommandLine;
+}
+
+namespace profiling {
+
+int ProfilingMain(const base::CommandLine& cmdline);
+
+} // namespace profiling
+
+#endif // CHROME_PROFILING_PROFILING_MAIN_H_

Powered by Google App Engine
This is Rietveld 408576698