| Index: content/browser/devtools/protocol/tracing_handler.h
|
| diff --git a/content/browser/devtools/protocol/tracing_handler.h b/content/browser/devtools/protocol/tracing_handler.h
|
| index 7d356e8c45b69444bd0ca87771f9ff2709701b34..4a80351a0e700eb53df113b72f64463e8590a295 100644
|
| --- a/content/browser/devtools/protocol/tracing_handler.h
|
| +++ b/content/browser/devtools/protocol/tracing_handler.h
|
| @@ -51,6 +51,9 @@ class TracingHandler {
|
|
|
| void OnCategoriesReceived(DevToolsCommandId command_id,
|
| const std::set<std::string>& category_set);
|
| + void OnMemoryDumpFinished(DevToolsCommandId command_id,
|
| + uint64 dump_guid,
|
| + bool success);
|
|
|
| void SetupTimer(double usage_reporting_interval);
|
|
|
|
|