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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller.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
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_list/app_list_controller_ash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_controller.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller.h b/chrome/browser/ui/ash/app_list/app_list_controller.h
index 9a1578278e5b336c6ded2187070f683647f108e3..cb31328e715d01d5c79ae57f0f267794243fe16d 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller.h
@@ -9,10 +9,6 @@
class Profile;
-namespace extensions {
-class Extension;
-}
-
// Interface to allow the view delegate to call out to whatever is controlling
// the app list. This will have different implementations for different
// platforms.
@@ -33,10 +29,6 @@ class AppListController {
virtual void ActivateApp(Profile* profile,
const std::string& extension_id,
int event_flags) = 0;
- // Open the app (e.g. from search results).
- virtual void OpenApp(Profile* profile,
- const std::string& extension_id,
- int event_flags) = 0;
};
#endif // CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_CONTROLLER_H_
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_list/app_list_controller_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698