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

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

Issue 2300103004: Expose loading state from Blimp to Tab (Closed)
Patch Set: Added test! 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
« no previous file with comments | « no previous file | blimp/client/core/contents/android/blimp_contents_observer_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f4479d42d3c89161e100cfae7a76ed45534d2efd..dec5df1e97e74b0a6d631b6b083f51697ee1559a 100644
--- a/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
+++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.h
@@ -29,6 +29,7 @@ class BlimpContentsObserverProxy : public BlimpContentsObserver {
// BlimpContentsObserver implementation.
void OnNavigationStateChanged() override;
+ void OnLoadingStateChanged(bool loading) override;
private:
base::android::ScopedJavaGlobalRef<jobject> java_obj_;
« no previous file with comments | « no previous file | blimp/client/core/contents/android/blimp_contents_observer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698