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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 387703004: Navigation transitions: Parse out transition-entering-stylesheet link headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 6 years, 5 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 | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index eea6814dc14217c7fb6a8918771b7e6455a1a957..e467e4d85c53ab5e9041aa33e201008333eb8226 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -223,7 +223,9 @@ class ContentViewCoreImpl : public ContentViewCore,
// This method is invoked when the request is deferred immediately after
// receiving response headers.
- void DidDeferAfterResponseStarted();
+ void DidDeferAfterResponseStarted(
+ const scoped_refptr<net::HttpResponseHeaders>& headers,
+ const GURL& url);
// This method is invoked when a navigation transition is detected, to
// determine if the embedder intends to handle it.
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698