summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_context_menu.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-05 23:18:30 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-05 23:18:30 +0000
commita048ea67799ae6c42589496ba18e62cea9a3dee5 (patch)
tree6dcafd25f954a4aafe00cdca4974f572561682d4 /chrome/browser/views/bookmark_context_menu.cc
parent29a2bf9a50604c34842cad04f1e4775993f46b6d (diff)
downloadchromium_src-a048ea67799ae6c42589496ba18e62cea9a3dee5.zip
chromium_src-a048ea67799ae6c42589496ba18e62cea9a3dee5.tar.gz
chromium_src-a048ea67799ae6c42589496ba18e62cea9a3dee5.tar.bz2
Revert "BookmarkBarView tests fixes"
I don't understand why this is still causing the problem, but reverting this for now. This reverts commit 6bb4f22703226e093644c28afe34d975cc7d549d. Review URL: http://codereview.chromium.org/1612005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/bookmark_context_menu.cc')
-rw-r--r--chrome/browser/views/bookmark_context_menu.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/views/bookmark_context_menu.cc b/chrome/browser/views/bookmark_context_menu.cc
index 9ef9506..aef8070 100644
--- a/chrome/browser/views/bookmark_context_menu.cc
+++ b/chrome/browser/views/bookmark_context_menu.cc
@@ -7,7 +7,6 @@
#include "app/l10n_util.h"
#include "base/i18n/rtl.h"
#include "chrome/browser/profile.h"
-#include "chrome/common/notification_service.h"
#include "grit/generated_resources.h"
#include "views/controls/menu/menu_item_view.h"
@@ -36,10 +35,6 @@ BookmarkContextMenu::~BookmarkContextMenu() {
}
void BookmarkContextMenu::RunMenuAt(const gfx::Point& point) {
- NotificationService::current()->Notify(
- NotificationType::BOOKMARK_CONTEXT_MENU_SHOWN,
- Source<BookmarkContextMenu>(this),
- NotificationService::NoDetails());
// width/height don't matter here.
views::MenuItemView::AnchorPosition anchor = base::i18n::IsRTL() ?
views::MenuItemView::TOPRIGHT : views::MenuItemView::TOPLEFT;