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

Unified Diff: base/base_switches.h

Issue 542893002: Add trace-to-file support for base::TestSuite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unneeded include Created 6 years, 3 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: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index ba995d5bb5a6eb4ee5ead6a4046f1ebdc43340ba..96cbd5bbb5642cfe5e37eda9c3c4cc05d9236a39 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -20,6 +20,8 @@ extern const char kProfilerTiming[];
extern const char kProfilerTimingDisabledValue[];
extern const char kTestChildProcess[];
extern const char kTraceToConsole[];
+extern const char kTraceToFile[];
+extern const char kTraceToFileName[];
extern const char kV[];
extern const char kVModule[];
extern const char kWaitForDebugger[];
« no previous file with comments | « base/base.gyp ('k') | base/base_switches.cc » ('j') | base/test/trace_to_file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698