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

Unified Diff: chrome/browser/ui/app_list/chrome_app_list_item.h

Issue 1483593002: arc: Hide app list view on ARC app launch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b2_app_list
Patch Set: nits addressed Created 5 years 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/chrome_app_list_item.h
diff --git a/chrome/browser/ui/app_list/chrome_app_list_item.h b/chrome/browser/ui/app_list/chrome_app_list_item.h
index b5fa55edcb99ae1b3a0b1e8697115721e3996c8b..1845d345180992c27ba0c991854953c9b58df111 100644
--- a/chrome/browser/ui/app_list/chrome_app_list_item.h
+++ b/chrome/browser/ui/app_list/chrome_app_list_item.h
@@ -24,6 +24,12 @@ class ImageSkia;
// Base class of all chrome app list items.
class ChromeAppListItem : public app_list::AppListItem {
+ public:
+ // AppListControllerDelegate is not properly implemented in tests. Use mock
+ // |controller| for unit_tests.
+ static void OverrideAppListControllerDelegateForTesting(
+ AppListControllerDelegate* controller);
+
protected:
ChromeAppListItem(Profile* profile, const std::string& app_id);
~ChromeAppListItem() override;
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('k') | chrome/browser/ui/app_list/chrome_app_list_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698