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

Unified Diff: components/tracing/tracing_switches.h

Issue 1317333002: Reland [Startup Tracing] Add --trace-config-file flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 5 years, 4 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 | « components/tracing/trace_config_file_unittest.cc ('k') | components/tracing/tracing_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/tracing_switches.h
diff --git a/components/tracing/tracing_switches.h b/components/tracing/tracing_switches.h
index dba13da6c0dbbc458b25f7ce8f67c4baaa7c75d3..263a49bcf5c78f1d26b20a5304693cb3d7fe3703 100644
--- a/components/tracing/tracing_switches.h
+++ b/components/tracing/tracing_switches.h
@@ -9,6 +9,7 @@
namespace switches {
+TRACING_EXPORT extern const char kTraceConfigFile[];
TRACING_EXPORT extern const char kTraceShutdown[];
TRACING_EXPORT extern const char kTraceShutdownFile[];
TRACING_EXPORT extern const char kTraceStartup[];
« no previous file with comments | « components/tracing/trace_config_file_unittest.cc ('k') | components/tracing/tracing_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698