| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index e0e8b11b24e62f86fbcd191fd72fe26744475df6..a237d7eae751f6dfbf78f103005fc0331e9fe860 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -323,6 +323,10 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
|
| // Nothing needs to be done.
|
| }
|
|
|
| + virtual void OnRightButtonClicked() OVERRIDE {
|
| + NOTIMPLEMENTED();
|
| + }
|
| +
|
| virtual void ShowForProfileByPath(
|
| const base::FilePath& profile_path) OVERRIDE {
|
| // Nothing needs to be done.
|
|
|