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

Side by Side Diff: ui/app_list/view_ids.h

Issue 10386224: app_list: Add search box and search result view for v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, rename and add chrome search Created 8 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef UI_APP_LIST_VIEW_IDS_H_
6 #define UI_APP_LIST_VIEW_IDS_H_
7 #pragma once
8
9 namespace app_list {
10
11 enum ViewID {
12 VIEW_ID_SEARCH_BOX = 1,
13 VIEW_ID_APPS_GRID,
14 VIEW_ID_PAGE_SWITCHER,
15 VIEW_ID_SEARCH_RESULTS,
16 };
17
18 } // namespace app_list
19
20 #endif // UI_APP_LIST_VIEW_IDS_H_
OLDNEW
« ui/app_list/search_result_view.cc ('K') | « ui/app_list/search_result_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698