Add OnLoadingStateChanged for NativeWindowObserver.

This commit is contained in:
Cheng Zhao 2013-08-29 11:17:15 +08:00
parent 3be4a01963
commit dbdf2d8d54
3 changed files with 11 additions and 0 deletions

View file

@ -142,6 +142,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
virtual bool CanOverscrollContent() const OVERRIDE;
virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
virtual void DeactivateContents(content::WebContents* contents) OVERRIDE;
virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
virtual void MoveContents(content::WebContents* source,
const gfx::Rect& pos) OVERRIDE;
virtual void CloseContents(content::WebContents* source) OVERRIDE;