| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index 41b6bf595fbd946ff6451c1940df745472297b28..a356b34ac824c243b4e9849cd6e21585d576b4e1 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -78,6 +78,7 @@ class PageHandler {
|
|
|
| Response StartRecordingFrames(int max_frame_count);
|
| Response StopRecordingFrames(DevToolsCommandId command_id);
|
| + Response CancelRecordingFrames();
|
|
|
| Response HandleJavaScriptDialog(bool accept, const std::string* prompt_text);
|
|
|
|
|