From 222ed2d867d2431f6f49419d80ee7963a15d98fd Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 22 Mar 2010 15:50:27 +0000 Subject: Revert "Keyboard accessibility for the page and app menus." This reverts commit 42217. TBR=dmzazzoni Review URL: http://codereview.chromium.org/1154003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42218 0039d316-1c4b-4281-b951-d872f2087c98 --- views/focus/focus_manager.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'views/focus/focus_manager.h') diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h index 2150560..bad9dba 100644 --- a/views/focus/focus_manager.h +++ b/views/focus/focus_manager.h @@ -278,10 +278,6 @@ class FocusManager { static FocusManager* GetFocusManagerForNativeView( gfx::NativeView native_view); - // Retrieves the FocusManager associated with the passed native view. - static FocusManager* GetFocusManagerForNativeWindow( - gfx::NativeWindow native_window); - private: // Returns the next focusable view. View* GetNextFocusableView(View* starting_view, bool reverse, bool dont_loop); -- cgit v1.1