From 995e402e14f8dd8c48efc6a191e9b8764700d617 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Wed, 21 Jul 2010 17:33:03 +0000 Subject: Attemp 2 at: Makes the toolbar visible for apps again. Here's the set of patches I reverted: 49016, 47119, 47177, 46930, 46775, and the UI changes for 45566) If you see anything missing, please let me know. Also, there are some grd strings no longer necessary. I'll nuke those separately. BUG=49013 TEST=none TBR=finnur Review URL: http://codereview.chromium.org/3056003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53204 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/location_bar_view_gtk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/browser/gtk/location_bar_view_gtk.h') diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h index 870e415..7600390 100644 --- a/chrome/browser/gtk/location_bar_view_gtk.h +++ b/chrome/browser/gtk/location_bar_view_gtk.h @@ -114,8 +114,6 @@ class LocationBarViewGtk : public AutocompleteEditController, virtual AutocompleteEditView* location_entry() { return location_entry_.get(); } - virtual void PushForceHidden() {} - virtual void PopForceHidden() {} virtual LocationBarTesting* GetLocationBarForTesting() { return this; } // Implement the LocationBarTesting interface. -- cgit v1.1