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

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

Issue 276833002: Make the App Info Dialog appear modal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed the AppList overlay to be a Background Created 6 years, 7 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 4e7b5d17800b0d1a7e2e7fb1699b2c4be376b231..190c67d4a566aaf81c693d69607ee583d95dca2f 100644
--- a/chrome/browser/ui/app_list/app_list_service_disabled.cc
+++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc
@@ -49,6 +49,8 @@ class AppListServiceDisabled : public AppListService {
return NULL;
}
+ virtual app_list::AppListView* GetAppListView() OVERRIDE { return NULL; }
+
DISALLOW_COPY_AND_ASSIGN(AppListServiceDisabled);
};

Powered by Google App Engine
This is Rietveld 408576698