Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Unified Diff: ui/app_list/app_list_view.h

Issue 10905311: Consolidate bubble border code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove USE_AURA ifdef for kBigShadowImages and kSmalleShadowImages Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list_bubble_border.cc ('k') | ui/app_list/app_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view.h
diff --git a/ui/app_list/app_list_view.h b/ui/app_list/app_list_view.h
index a4d5c67e566071a86f7b8b20ee619caf051f5bc0..8ffecb93fdf499cf5e6514d126ea9e2ba1d07c80 100644
--- a/ui/app_list/app_list_view.h
+++ b/ui/app_list/app_list_view.h
@@ -14,7 +14,6 @@
namespace app_list {
-class AppListBubbleBorder;
class AppListModel;
class AppListViewDelegate;
class ContentsView;
@@ -63,9 +62,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
virtual void ButtonPressed(views::Button* sender,
const ui::Event& event) OVERRIDE;
- // Overridden from views::BubbleDelegate:
- virtual gfx::Rect GetBubbleBounds() OVERRIDE;
-
// Overridden from SearchBoxViewDelegate:
virtual void QueryChanged(SearchBoxView* sender) OVERRIDE;
@@ -79,7 +75,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
scoped_ptr<AppListModel> model_;
scoped_ptr<AppListViewDelegate> delegate_;
- AppListBubbleBorder* bubble_border_; // Owned by views hierarchy.
SearchBoxView* search_box_view_; // Owned by views hierarchy.
ContentsView* contents_view_; // Owned by views hierarchy.
« no previous file with comments | « ui/app_list/app_list_bubble_border.cc ('k') | ui/app_list/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698