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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h

Issue 2525903003: Add Page.stopLoading to devtools and --timeout switch to headless_shell (Closed)
Patch Set: FixPage.stopLoading command description. Created 4 years, 1 month 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: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 9eb73761522d398013e285e7f1788ed651183f14..65b8061efa37cb28256d046ea2142b3cb3261c7e 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -112,6 +112,7 @@ class CORE_EXPORT InspectorPageAgent final
Response reload(Maybe<bool> bypassCache,
Maybe<String> scriptToEvaluateOnLoad) override;
Response navigate(const String& url, String* frameId) override;
+ Response stopLoading() override;
Response getResourceTree(
std::unique_ptr<protocol::Page::FrameResourceTree>* frameTree) override;
void getResourceContent(const String& frameId,
« no previous file with comments | « headless/app/headless_shell_switches.cc ('k') | third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698