| Index: ui/app_list/app_list_view_delegate.h
|
| diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
|
| index b3c4c2cd6d768efb6ab4b97456e670ccfeadef10..51f9033c64c209a52af6070887c4cd79d1baf82e 100644
|
| --- a/ui/app_list/app_list_view_delegate.h
|
| +++ b/ui/app_list/app_list_view_delegate.h
|
| @@ -117,9 +117,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
|
| // Invoked when the app list is closing.
|
| virtual void ViewClosing() = 0;
|
|
|
| - // Open the settings UI.
|
| - virtual void OpenSettings() = 0;
|
| -
|
| // Open the help UI.
|
| virtual void OpenHelp() = 0;
|
|
|
|
|