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

Unified Diff: blimp/client/core/contents/android/blimp_contents_observer_proxy.cc

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder Created 4 years, 3 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: blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
diff --git a/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc b/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
index d062655bb7a1dfeb94ff2c56179c845b318b705f..6d882629f6426fbfe4644d7f83720a3c894aa422 100644
--- a/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
+++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
@@ -58,5 +58,11 @@ void BlimpContentsObserverProxy::OnLoadingStateChanged(bool loading) {
loading);
}
+void BlimpContentsObserverProxy::OnPageLoadingStateChanged(bool loading) {
+ JNIEnv* env = base::android::AttachCurrentThread();
+ Java_BlimpContentsObserverProxy_onPageLoadingStateChanged(env, java_obj_,
+ loading);
+}
+
} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/core/contents/android/blimp_contents_observer_proxy.h ('k') | blimp/client/core/contents/android/blimp_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698