Chromium Code Reviews

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 210013: Making BrowserFocusTest FocusTraversal faster (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ------------------------------------------------
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine