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

Unified Diff: chrome/browser/ui/app_list/extension_app_model_builder_unittest.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/extension_app_model_builder_unittest.cc
diff --git a/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc b/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
index 3b1085f48a36e64c434ed11dba4033516c3b6483..38f8572d11c8ceafae1dde70b9753cae48a0747f 100644
--- a/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
+++ b/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
@@ -69,6 +69,7 @@ class TestAppListControllerDelegate : public AppListControllerDelegate {
virtual ~TestAppListControllerDelegate() {}
virtual void DismissView() OVERRIDE {}
virtual gfx::NativeWindow GetAppListWindow() OVERRIDE { return NULL; }
+ virtual gfx::Rect GetAppListBounds() OVERRIDE { return gfx::Rect(); }
virtual gfx::ImageSkia GetWindowIcon() OVERRIDE { return gfx::ImageSkia(); }
virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE {
return false;

Powered by Google App Engine
This is Rietveld 408576698