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

Unified Diff: chrome/browser/ui/app_list/app_list_service_disabled.cc

Issue 23072036: Adds an integration test for uninstalling app list search results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit indenting Created 7 years, 4 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/app_list_service_disabled.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc
index 23671d29c4d36da27590efe04045281c0ce9fb1b..8c2d99fb78dd007b15965003d5305011d5427ac1 100644
--- a/chrome/browser/ui/app_list/app_list_service_disabled.cc
+++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc
@@ -41,11 +41,15 @@ class AppListServiceDisabled : public AppListService {
virtual bool IsAppListVisible() const OVERRIDE { return false; }
virtual void EnableAppList(Profile* initial_profile) OVERRIDE {}
+ virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
+ return NULL;
+ }
+
virtual AppListControllerDelegate* CreateControllerDelegate() OVERRIDE {
return NULL;
}
- virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
+ virtual app_list::AppListModel* GetAppListModelForTesting() OVERRIDE {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698