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

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

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.h
diff --git a/blimp/client/core/contents/android/blimp_contents_observer_proxy.h b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
index dec5df1e97e74b0a6d631b6b083f51697ee1559a..2af55e1cf7435ae1ffc8506058675268b98c6439 100644
--- a/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
+++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
@@ -30,6 +30,7 @@ class BlimpContentsObserverProxy : public BlimpContentsObserver {
// BlimpContentsObserver implementation.
void OnNavigationStateChanged() override;
void OnLoadingStateChanged(bool loading) override;
+ void OnPageLoadingStateChanged(bool loading) override;
private:
base::android::ScopedJavaGlobalRef<jobject> java_obj_;

Powered by Google App Engine
This is Rietveld 408576698