summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/view_id_util.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-01 19:13:52 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-01 19:13:52 +0000
commit0d6cd7763d2943e04c06626bb1f4a3e1866fedf7 (patch)
tree4e61e956badb740a52ab261fb5d2e58f0d3b454e /chrome/browser/gtk/view_id_util.cc
parentafc05ab382ebc47e88efeb1384c20f4a50326af6 (diff)
downloadchromium_src-0d6cd7763d2943e04c06626bb1f4a3e1866fedf7.zip
chromium_src-0d6cd7763d2943e04c06626bb1f4a3e1866fedf7.tar.gz
chromium_src-0d6cd7763d2943e04c06626bb1f4a3e1866fedf7.tar.bz2
Remove the bookmark menu.
BUG=none TEST=--bookmark-menu no longer does anything Review URL: http://codereview.chromium.org/2853024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/view_id_util.cc')
-rw-r--r--chrome/browser/gtk/view_id_util.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/view_id_util.cc b/chrome/browser/gtk/view_id_util.cc
index 95ef79e..b3b70fc 100644
--- a/chrome/browser/gtk/view_id_util.cc
+++ b/chrome/browser/gtk/view_id_util.cc
@@ -95,9 +95,6 @@ const char* GetNameFromID(ViewID id) {
case VIEW_ID_AUTOCOMPLETE:
return "chrome-autocomplete-edit";
- case VIEW_ID_BOOKMARK_MENU:
- return "chrome-bookmark-menu";
-
case VIEW_ID_BOOKMARK_BAR:
return "chrome-bookmark-bar";