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

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

Issue 898433002: DevTools: prepare for deleting scriptPreprocessor parameter (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a356b34ac824c243b4e9849cd6e21585d576b4e1..27285b59469ab9d1c40df565b0c4c7a32804bc80 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698