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

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: more tests on java side 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
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 02838901af6a0741c8798fa99787096c081fd433..87a3982136dcf69a373ca33362066ff9a54d3c75 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -240,7 +240,8 @@ class ContentViewCoreImpl : public ContentViewCore,
// This method is invoked when the request is deferred immediately after
// receiving response headers.
- void DidDeferAfterResponseStarted();
+ void DidDeferAfterResponseStarted(
+ const TransitionLayerData& transition_layer_data);
// 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') | content/browser/android/content_view_core_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698