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

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

Issue 358973005: Navigation transitions: Pass is_transition_navigation flag up to the embedder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 c2a24a1af7e0802e07c3e3c14b5725a3ea0cb09d..61598da7ef9bf5c47d7d20200c4b13f75dad978f 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -252,6 +252,9 @@ class ContentViewCoreImpl : public ContentViewCore,
// determine if the embedder intends to handle it.
bool WillHandleDeferAfterResponseStarted();
+ // This method is invoked when a navigation transition has started.
+ void DidStartNavigationTransitionForFrame(int64 frame_id);
+
void OnSmartClipDataExtracted(const gfx::Rect& clip_rect,
const base::string16& result);

Powered by Google App Engine
This is Rietveld 408576698