| Index: content/browser/browser_shutdown_profile_dumper.h
|
| diff --git a/content/browser/browser_shutdown_profile_dumper.h b/content/browser/browser_shutdown_profile_dumper.h
|
| index bb2c09b3f008294f032b3beaa91967bca8778b1c..efccb3802ed99789093ffb2ca99b560925ac5274 100644
|
| --- a/content/browser/browser_shutdown_profile_dumper.h
|
| +++ b/content/browser/browser_shutdown_profile_dumper.h
|
| @@ -42,7 +42,8 @@ class BrowserShutdownProfileDumper {
|
| // The callback for the |TraceLog::Flush| function. It saves all traces to
|
| // disc.
|
| void WriteTraceDataCollected(
|
| - const scoped_refptr<base::RefCountedString>& events_str);
|
| + const scoped_refptr<base::RefCountedString>& events_str,
|
| + bool has_more_events);
|
|
|
| // Returns true if the dump file is valid.
|
| bool IsFileValid();
|
|
|