diff options
author | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 12:34:20 +0000 |
---|---|---|
committer | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 12:34:20 +0000 |
commit | ab561612e608909b339ba9f3edbde0629634899c (patch) | |
tree | c4974c404cc36d5f978923b1439a9c8d7754bb8e /views/window/window_gtk.h | |
parent | 35274d7b93678c501029ef47d4e07330cac90012 (diff) | |
download | chromium_src-ab561612e608909b339ba9f3edbde0629634899c.zip chromium_src-ab561612e608909b339ba9f3edbde0629634899c.tar.gz chromium_src-ab561612e608909b339ba9f3edbde0629634899c.tar.bz2 |
Allow widgets to have keyboard shortcuts.
BUG=cros:3956
TEST=Check that keyboard shortcuts work on login screens.
Review URL: http://codereview.chromium.org/2857004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r-- | views/window/window_gtk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h index 358116e..5aa8cbe 100644 --- a/views/window/window_gtk.h +++ b/views/window/window_gtk.h @@ -70,12 +70,6 @@ class WindowGtk : public WidgetGtk, public Window { virtual gboolean OnLeaveNotify(GtkWidget* widget, GdkEventCrossing* event); virtual void SetInitialFocus(); - // Gets the WindowGtk in the userdata section of the widget. - static WindowGtk* GetWindowForNative(GtkWidget* widget); - - // Sets the WindowGtk in the userdata section of the widget. - static void SetWindowForNative(GtkWidget* widget, WindowGtk* window); - protected: // For the constructor. friend class Window; |