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

Unified 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 side-by-side diff with in-line comments
Download patch
« ui/app_list/search_result_view.cc ('K') | « ui/app_list/search_result_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/view_ids.h
diff --git a/ui/app_list/view_ids.h b/ui/app_list/view_ids.h
new file mode 100644
index 0000000000000000000000000000000000000000..7228b8355ad221c5134dc2d6c71bb524146be512
--- /dev/null
+++ b/ui/app_list/view_ids.h
@@ -0,0 +1,20 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_APP_LIST_VIEW_IDS_H_
+#define UI_APP_LIST_VIEW_IDS_H_
+#pragma once
+
+namespace app_list {
+
+enum ViewID {
+ VIEW_ID_SEARCH_BOX = 1,
+ VIEW_ID_APPS_GRID,
+ VIEW_ID_PAGE_SWITCHER,
+ VIEW_ID_SEARCH_RESULTS,
+};
+
+} // namespace app_list
+
+#endif // UI_APP_LIST_VIEW_IDS_H_
« 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