Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h

Issue 2787693002: Remove more dead app list code. (Closed)
Patch Set: updated comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
diff --git a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
index dc8232817966b36f098bf8a61fe58f77dc9dc21d..910dfbecbe499025643c72ce4496b375e4a333b3 100644
--- a/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
+++ b/chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h
@@ -21,9 +21,6 @@ class TestAppListControllerDelegate : public AppListControllerDelegate {
void UnpinApp(const std::string& app_id) override;
Pinnable GetPinnable(const std::string& app_id) override;
bool IsAppOpen(const std::string& app_id) const override;
- bool CanDoCreateShortcutsFlow() override;
- void DoCreateShortcutsFlow(Profile* profile,
- const std::string& extension_id) override;
bool CanDoShowAppInfoFlow() override;
void DoShowAppInfoFlow(Profile* profile,
const std::string& extension_id) override;
@@ -40,8 +37,6 @@ class TestAppListControllerDelegate : public AppListControllerDelegate {
const extensions::Extension* extension,
AppListSource source,
int event_flags) override;
- void ShowForProfileByPath(const base::FilePath& profile_path) override;
- bool ShouldShowUserIcon() override;
const GURL& last_opened_url() const { return last_opened_url_; }
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile.cc ('k') | chrome/browser/ui/app_list/test/test_app_list_controller_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698