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

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

Issue 686213003: Make WebContentsObserver pass more calls to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/web_contents_observer_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 429290321ff8305ea6b2f1aae98a4e0eae4e729e..6601d15a612511225953e08eafbdd54cd9ce4534 100644
--- a/content/browser/android/web_contents_observer_android.h
+++ b/content/browser/android/web_contents_observer_android.h
@@ -32,6 +32,7 @@ class WebContentsObserverAndroid : public WebContentsObserver {
void Destroy(JNIEnv* env, jobject obj);
private:
+ virtual void RenderViewReady() override;
virtual void RenderProcessGone(
base::TerminationStatus termination_status) override;
virtual void DidStartLoading(RenderViewHost* render_view_host) override;
@@ -50,6 +51,7 @@ class WebContentsObserverAndroid : public WebContentsObserver {
virtual void DidNavigateAnyFrame(RenderFrameHost* render_frame_host,
const LoadCommittedDetails& details,
const FrameNavigateParams& params) override;
+ virtual void DocumentAvailableInMainFrame() override;
virtual void DidFirstVisuallyNonEmptyPaint() override;
virtual void DidStartProvisionalLoadForFrame(
RenderFrameHost* render_frame_host,
« no previous file with comments | « no previous file | content/browser/android/web_contents_observer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698