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

Unified Diff: ui/app_list/views/tile_item_view.h

Issue 492153002: Remove TileItemBackground from experimental app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove include Created 6 years, 4 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 | « no previous file | ui/app_list/views/tile_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/tile_item_view.h
diff --git a/ui/app_list/views/tile_item_view.h b/ui/app_list/views/tile_item_view.h
index 2f6cefdf732e13405753c7de143fde62aa4a6d3e..baf61aaedd96ead4deb1d736cc6ab141859e87c7 100644
--- a/ui/app_list/views/tile_item_view.h
+++ b/ui/app_list/views/tile_item_view.h
@@ -30,8 +30,6 @@ class APP_LIST_EXPORT TileItemView : public views::CustomButton,
void SetSearchResult(SearchResult* item);
private:
- class TileItemBackground;
-
// Overridden from views::View:
virtual gfx::Size GetPreferredSize() const OVERRIDE;
@@ -49,8 +47,6 @@ class APP_LIST_EXPORT TileItemView : public views::CustomButton,
views::ImageView* icon_; // Owned by views hierarchy.
views::Label* title_; // Owned by views hierarchy.
- TileItemBackground* background_;
-
DISALLOW_COPY_AND_ASSIGN(TileItemView);
};
« no previous file with comments | « no previous file | ui/app_list/views/tile_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698