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

Unified Diff: chrome/browser/external_tab_container.h

Issue 20179: Reverting 9388. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/external_tab_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_tab_container.h
===================================================================
--- chrome/browser/external_tab_container.h (revision 9391)
+++ chrome/browser/external_tab_container.h (working copy)
@@ -39,7 +39,6 @@
public:
BEGIN_MSG_MAP(ExternalTabContainer)
MESSAGE_HANDLER(WM_SIZE, OnSize)
- MESSAGE_HANDLER(WM_SETFOCUS, OnSetFocus)
MSG_WM_DESTROY(OnDestroy)
END_MSG_MAP()
@@ -115,9 +114,6 @@
// message it did not process
void ProcessUnhandledAccelerator(const MSG& msg);
- // See TabContents::SetInitialFocus
- void SetInitialFocus(bool reverse);
-
// A helper method that tests whether the given window is an
// ExternalTabContainer window
static bool IsExternalTabContainer(HWND window);
@@ -128,13 +124,11 @@
protected:
LRESULT OnSize(UINT, WPARAM, LPARAM, BOOL& handled);
- LRESULT OnSetFocus(UINT msg, WPARAM wp, LPARAM lp, BOOL& handled);
-
void OnDestroy();
void OnFinalMessage(HWND window);
protected:
- TabContents* tab_contents_;
+ TabContents *tab_contents_;
AutomationProvider* automation_;
NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/external_tab_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698