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

Unified Diff: content/browser/devtools/protocol/page_handler.h

Issue 888573002: DevTools: FrameRecorder: add cancelRecordingFrames command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: 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);

Powered by Google App Engine
This is Rietveld 408576698