Index: content/browser/android/web_contents_observer_android.h |
diff --git a/content/browser/android/web_contents_observer_android.h b/content/browser/android/web_contents_observer_android.h |
index 319436ccf47a5a7d5294762f98420aa1f956d371..7b9811c9228ecd4ed73c47e4e48cdb6fdd7196d1 100644 |
--- a/content/browser/android/web_contents_observer_android.h |
+++ b/content/browser/android/web_contents_observer_android.h |
@@ -74,6 +74,8 @@ class WebContentsObserverAndroid : public WebContentsObserver { |
const GURL& validated_url, |
bool is_main_frame, |
RenderViewHost* render_view_host) OVERRIDE; |
+ virtual void DocumentLoadedInFrame(int64 frame_id, |
+ RenderViewHost* render_view_host) OVERRIDE; |
virtual void NavigationEntryCommitted( |
const LoadCommittedDetails& load_details) OVERRIDE; |
virtual void WebContentsDestroyed() OVERRIDE; |