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

Unified Diff: blimp/client/public/contents/blimp_contents_observer.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
« no previous file with comments | « blimp/client/public/contents/blimp_contents.h ('k') | blimp/client/public/contents/blimp_contents_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/contents/blimp_contents_observer.h
diff --git a/blimp/client/public/contents/blimp_contents_observer.h b/blimp/client/public/contents/blimp_contents_observer.h
index 239a380fe00ea47ddf756742cfe3e0ec6452c34a..f38307ac9f47d73d8c523ffa6b7473272baa3a94 100644
--- a/blimp/client/public/contents/blimp_contents_observer.h
+++ b/blimp/client/public/contents/blimp_contents_observer.h
@@ -22,9 +22,12 @@ class BlimpContentsObserver {
// Invoked when the navigation state of the BlimpContents has changed.
virtual void OnNavigationStateChanged() {}
- // Invoked when the BlimpContents starts or stops loading.
+ // Invoked when the BlimpContents starts or stops loading resources.
virtual void OnLoadingStateChanged(bool loading) {}
+ // Invoked when the BlimpContents starts or stops loading a page.
+ virtual void OnPageLoadingStateChanged(bool loading) {}
+
// Called by BlimpContentsDying().
virtual void OnContentsDestroyed() {}
« no previous file with comments | « blimp/client/public/contents/blimp_contents.h ('k') | blimp/client/public/contents/blimp_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698