Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 0770a14b29967b08247e43848b050041350a0898..9b03b74114c00c5c80107a57d707b11a30f02ee3 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -862,7 +862,10 @@ const char kTraceStartupDuration[] = "trace-startup-duration"; |
// all events since startup. |
const char kTraceStartupFile[] = "trace-startup-file"; |
- |
+// Add numeric suffix to trace-startup-file name to create new trace file |
+// on each start. First unused suffix will be used: |
+// trace_event.log.0 , trace_event.log.1 , etc. |
+const char kTraceRotateStartupFile[] = "trace-rotate-startup-file"; |
// Prioritizes the UI's command stream in the GPU process |
extern const char kUIPrioritizeInGpuProcess[] = |