| Index: chrome/browser/ui/app_list/app_list_view_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| index 4184e3bb990f92a6945f8829f1515e4f04a7cef1..6d6a5e935b40df4ffd1d285dbaf1e2d094bc6d7e 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
|
| @@ -80,6 +80,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
|
| virtual void OpenSettings() OVERRIDE;
|
| virtual void OpenHelp() OVERRIDE;
|
| virtual void OpenFeedback() OVERRIDE;
|
| + virtual void OnRightButtonClicked() OVERRIDE;
|
| virtual void ShowForProfileByPath(
|
| const base::FilePath& profile_path) OVERRIDE;
|
| virtual content::WebContents* GetStartPageContents() OVERRIDE;
|
| @@ -87,6 +88,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
|
|
|
| // Overridden from app_list::StartPageObserver:
|
| virtual void OnSearch(const base::string16& query) OVERRIDE;
|
| + virtual void OnSpeechRecognitionStateChanged(bool recognizing) OVERRIDE;
|
|
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
|
|