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

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

Issue 276833002: Make the App Info Dialog appear modal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comment 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_controller_delegate_impl.cc
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
index c6865e9b212c766b2efb6edc1d5905b71d6f0e8b..4d09248fa67499a1e0467cc99307a8772081d497 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
@@ -31,6 +31,10 @@ gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() {
return service_->GetAppListWindow();
}
+gfx::Rect AppListControllerDelegateImpl::GetAppListBounds() {
+ return gfx::Rect();
+}
+
gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() {
return gfx::ImageSkia();
}

Powered by Google App Engine
This is Rietveld 408576698