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

Unified Diff: ash/shell/app_list.cc

Issue 10872099: ash: Add support for additional icons in apps search list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 40215ae934af14a8b46e13d087f4f2b0252217a8..0ad18aa70d02dae162e39bc959d47f0e2a327635 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -240,6 +240,12 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
WindowTypeLauncherItem::Activate(example_result->type(), event_flags);
}
+ virtual void InvokeSearchResultAction(const app_list::SearchResult& result,
+ int action_index,
+ int event_flags) OVERRIDE {
+ NOTIMPLEMENTED();
+ }
+
virtual void StartSearch() OVERRIDE {
string16 query;
TrimWhitespace(model_->search_box()->text(), TRIM_ALL, &query);
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698