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); |