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

Unified Diff: headless/lib/browser/headless_web_contents_impl.h

Issue 2525903003: Add Page.stopLoading to devtools and --timeout switch to headless_shell (Closed)
Patch Set: 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: headless/lib/browser/headless_web_contents_impl.h
diff --git a/headless/lib/browser/headless_web_contents_impl.h b/headless/lib/browser/headless_web_contents_impl.h
index d7abd377a72a0a7fab0b4407697c41e370281c88..3f9a6984c7b747f374545fb20f94f7efe7f44bb3 100644
--- a/headless/lib/browser/headless_web_contents_impl.h
+++ b/headless/lib/browser/headless_web_contents_impl.h
@@ -74,6 +74,7 @@ class HeadlessWebContentsImpl : public HeadlessWebContents,
bool OpenURL(const GURL& url);
void Close() override;
+ void Stop() override;
Sami 2016/11/23 18:11:32 We'll need this in devtools too, right? Should we
alex clarke (OOO till 29th) 2016/11/24 12:05:04 Yes we should add this to devtools.
std::string GetDevToolsAgentHostId();

Powered by Google App Engine
This is Rietveld 408576698