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

Unified Diff: chrome/browser/ui/app_list/search/mixer.h

Issue 23874015: Implement people search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: chrome/browser/ui/app_list/search/mixer.h
diff --git a/chrome/browser/ui/app_list/search/mixer.h b/chrome/browser/ui/app_list/search/mixer.h
index 4f11aeac50ad87fd5863f0a58d46220907a1703c..b195d6371a842ff4ba2d554ee6a3f19aa4713845 100644
--- a/chrome/browser/ui/app_list/search/mixer.h
+++ b/chrome/browser/ui/app_list/search/mixer.h
@@ -28,6 +28,7 @@ class Mixer {
MAIN_GROUP = 0,
OMNIBOX_GROUP = 1,
WEBSTORE_GROUP = 2,
+ PEOPLE_GROUP = 3,
};
explicit Mixer(AppListModel::SearchResults* ui_results);

Powered by Google App Engine
This is Rietveld 408576698