Commit 0bcb0778 authored by yurys's avatar yurys Committed by Commit bot

DevTools: prepare for deleting scriptPreprocessor parameter

ScriptPreprocessor is being deprecated and will be removed soon. This CL prepares page_handler for removing scriptPreprocessor parameter from Page.reload command.

BUG=394230, 438626

Review URL: https://codereview.chromium.org/898433002

Cr-Commit-Position: refs/heads/master@{#314290}
parent 38e0eb04
......@@ -45,7 +45,7 @@ class PageHandler {
Response Reload(const bool* ignoreCache,
const std::string* script_to_evaluate_on_load,
const std::string* script_preprocessor);
const std::string* script_preprocessor = NULL);
Response Navigate(const std::string& url, FrameId* frame_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment