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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.h

Issue 10871028: app_list: Refocus app when clicked from search result. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index f5ae9de7fdc95255c2e7c0bd199858e5e99dab67..3dc2f7bae1c8747189d29ffc9f364f44d8fd9c2f 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -24,9 +24,6 @@ class AppListControllerAsh : public AppListController {
virtual void ActivateApp(Profile* profile,
const std::string& extension_id,
int event_flags) OVERRIDE;
- virtual void OpenApp(Profile* profile,
- const std::string& extension_id,
- int event_flags) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(AppListControllerAsh);
};
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller.h ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698