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_ |