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

Unified Diff: chrome/test/test_browser_window.h

Issue 122002: Moving the WM_SETFOCUS message processing out of FocusManager (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
Index: chrome/test/test_browser_window.h
===================================================================
--- chrome/test/test_browser_window.h (revision 18286)
+++ chrome/test/test_browser_window.h (working copy)
@@ -66,6 +66,8 @@
gfx::NativeWindow parent_window) {}
virtual void UserChangedTheme() {}
virtual int GetExtraRenderViewHeight() const { return 0; }
+ virtual void TabContentsFocused(TabContents* tab_contents) { }
+
protected:
virtual void DestroyBrowser() {}
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_container.cc ('k') | views/controls/native/native_view_host_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698