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

Unified Diff: headless/public/util/expedited_dispatcher.h

Issue 2687083002: Headless: make URLRequestDispatcher aware of navigations (Closed)
Patch Set: Address nits Created 3 years, 10 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 | « headless/public/util/deterministic_dispatcher_test.cc ('k') | headless/public/util/expedited_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/expedited_dispatcher.h
diff --git a/headless/public/util/expedited_dispatcher.h b/headless/public/util/expedited_dispatcher.h
index 39b8057fdfc5656bad3e94c3f41d61674a4b9c52..61062c4d51d50e929e2bc04062081f36563f7077 100644
--- a/headless/public/util/expedited_dispatcher.h
+++ b/headless/public/util/expedited_dispatcher.h
@@ -29,6 +29,8 @@ class ExpeditedDispatcher : public URLRequestDispatcher {
void JobFailed(ManagedDispatchURLRequestJob* job, net::Error error) override;
void DataReady(ManagedDispatchURLRequestJob* job) override;
void JobDeleted(ManagedDispatchURLRequestJob* job) override;
+ void NavigationRequested(
+ std::unique_ptr<NavigationRequest> navigation_request) override;
private:
scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner_;
« no previous file with comments | « headless/public/util/deterministic_dispatcher_test.cc ('k') | headless/public/util/expedited_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698