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

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

Issue 390273002: Experimental app list banner now appears on top of launcher pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avoid making two calls to set position. Created 6 years, 5 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/views/app_list_background.cc ('k') | ui/app_list/views/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/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index f99bdf402339233a054633bdb6bcd100037b0683..bf83fc18fed3ef79c3ff53c090d5117c96df0278 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -22,6 +22,10 @@ namespace test {
class AppListViewTestApi;
}
+namespace views {
+class ImageView;
+}
+
namespace app_list {
class ApplicationDragAndDropHost;
class AppListMainView;
@@ -157,6 +161,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
AppListMainView* app_list_main_view_;
SpeechView* speech_view_;
+ // The red "experimental" banner for the experimental app list.
+ views::ImageView* experimental_banner_view_;
+
// A semi-transparent white overlay that covers the app list while dialogs are
// open.
views::View* overlay_view_;
« no previous file with comments | « ui/app_list/views/app_list_background.cc ('k') | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698