| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 26504)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -893,6 +893,7 @@
|
| virtual void LoadStateChanged(const GURL& url, net::LoadState load_state);
|
| virtual bool IsExternalTabContainer() const;
|
| virtual void DidInsertCSS();
|
| + virtual void FocusedNodeChanged();
|
|
|
| // SelectFileDialog::Listener ------------------------------------------------
|
|
|
|
|