| Index: chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
|
| index f126f9749b9f937c4edf1b200dd405c05400538a..d4fb713e495673aad70ecc09368908abe548dd41 100644
|
| --- a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc
|
| @@ -40,15 +40,6 @@ bool TestAppListControllerDelegate::IsAppOpen(const std::string& app_id) const {
|
| return false;
|
| }
|
|
|
| -bool TestAppListControllerDelegate::CanDoCreateShortcutsFlow() {
|
| - return false;
|
| -}
|
| -
|
| -void TestAppListControllerDelegate::DoCreateShortcutsFlow(
|
| - Profile* profile,
|
| - const std::string& extension_id) {
|
| -}
|
| -
|
| bool TestAppListControllerDelegate::CanDoShowAppInfoFlow() {
|
| return false;
|
| }
|
| @@ -83,12 +74,4 @@ void TestAppListControllerDelegate::LaunchApp(
|
| int event_flags) {
|
| }
|
|
|
| -void TestAppListControllerDelegate::ShowForProfileByPath(
|
| - const base::FilePath& profile_path) {
|
| -}
|
| -
|
| -bool TestAppListControllerDelegate::ShouldShowUserIcon() {
|
| - return false;
|
| -}
|
| -
|
| } // namespace test
|
|
|