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

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..2b4567344d212fac520d57ffb44571aeab947f44 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -77,7 +77,8 @@ class PageHandler {
Response ScreencastFrameAck(int frame_number);
Response StartRecordingFrames(int max_frame_count);
- Response StopRecordingFrames(DevToolsCommandId command_id);
+ Response StopRecordingFrames(
+ DevToolsCommandId command_id, const bool* cancel = nullptr);
dgozman 2015/01/29 17:53:06 Default values are not allowed.
eustas 2015/01/30 09:26:30 Done.
Response HandleJavaScriptDialog(bool accept, const std::string* prompt_text);

Powered by Google App Engine
This is Rietveld 408576698