diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 23:28:36 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 23:28:36 +0000 |
commit | 01c3c3eaf565eb856699e24e30b0af45e3a42cd0 (patch) | |
tree | 8cacbf217b60879594d8bf5e8e109710e191deae /chrome/browser/gtk/infobar_container_gtk.cc | |
parent | f8c2c0bd79ea4cbafe326f92cd6d4b60e0e0ae71 (diff) | |
download | chromium_src-01c3c3eaf565eb856699e24e30b0af45e3a42cd0.zip chromium_src-01c3c3eaf565eb856699e24e30b0af45e3a42cd0.tar.gz chromium_src-01c3c3eaf565eb856699e24e30b0af45e3a42cd0.tar.bz2 |
Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.
Also:
- Fixes window dispositions (shift-click works on bookmark bar items).
- Reorganizes gtk_utils
Review URL: http://codereview.chromium.org/76002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/infobar_container_gtk.cc')
-rw-r--r-- | chrome/browser/gtk/infobar_container_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/infobar_container_gtk.cc b/chrome/browser/gtk/infobar_container_gtk.cc index cc8543d..b30333e 100644 --- a/chrome/browser/gtk/infobar_container_gtk.cc +++ b/chrome/browser/gtk/infobar_container_gtk.cc @@ -6,11 +6,11 @@ #include <gtk/gtk.h> -#include "base/gfx/gtk_util.h" #include "chrome/browser/browser_window.h" #include "chrome/browser/gtk/infobar_gtk.h" #include "chrome/browser/tab_contents/infobar_delegate.h" #include "chrome/browser/tab_contents/tab_contents.h" +#include "chrome/common/gtk_util.h" #include "chrome/common/notification_service.h" namespace { |