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

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

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.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

Powered by Google App Engine
This is Rietveld 408576698