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

Side by Side Diff: ui/app_list/views/search_box_view.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_APP_LIST_VIEWS_SEARCH_BOX_VIEW_H_ 5 #ifndef UI_APP_LIST_VIEWS_SEARCH_BOX_VIEW_H_
6 #define UI_APP_LIST_VIEWS_SEARCH_BOX_VIEW_H_ 6 #define UI_APP_LIST_VIEWS_SEARCH_BOX_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ui/app_list/search_box_model_observer.h" 10 #include "ui/app_list/search_box_model_observer.h"
11 #include "ui/views/controls/button/menu_button_listener.h" 11 #include "ui/views/controls/button/menu_button_listener.h"
12 #include "ui/views/controls/textfield/textfield_controller.h" 12 #include "ui/views/controls/textfield/textfield_controller.h"
13 #include "ui/views/view.h" 13 #include "ui/views/view.h"
14 14
15 struct AvatarMenuItemModel;
16
15 namespace views { 17 namespace views {
16 class ImageView; 18 class ImageView;
17 class MenuButton; 19 class MenuButton;
18 class Textfield; 20 class Textfield;
19 } // namespace views 21 } // namespace views
20 22
21 namespace app_list { 23 namespace app_list {
22 24
23 class AppListMenuViews; 25 class AppListMenuViews;
24 class AppListModel; 26 class AppListModel;
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 views::MenuButton* menu_button_; // Owned by views hierarchy. 90 views::MenuButton* menu_button_; // Owned by views hierarchy.
89 views::Textfield* search_box_; // Owned by views hierarchy. 91 views::Textfield* search_box_; // Owned by views hierarchy.
90 views::View* contents_view_; // Owned by views hierarchy. 92 views::View* contents_view_; // Owned by views hierarchy.
91 93
92 DISALLOW_COPY_AND_ASSIGN(SearchBoxView); 94 DISALLOW_COPY_AND_ASSIGN(SearchBoxView);
93 }; 95 };
94 96
95 } // namespace app_list 97 } // namespace app_list
96 98
97 #endif // UI_APP_LIST_VIEWS_SEARCH_BOX_VIEW_H_ 99 #endif // UI_APP_LIST_VIEWS_SEARCH_BOX_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698