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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 2688353005: Fix shelf alignment and auto-hide initialization. (Closed)
Patch Set: Fix mash_unittests by installing a TestShellDelegate. Created 3 years, 10 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
« ash/mus/window_manager.h ('K') | « ash/shell/shell_delegate_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 892bb3311ea97174b48a599496a973fba313cf40..d18c022d046c3cefeafa6bab836dc09716a195f7 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -75,7 +75,7 @@ keyboard::KeyboardUI* TestShellDelegate::CreateKeyboardUI() {
void TestShellDelegate::OpenUrlFromArc(const GURL& url) {}
ShelfDelegate* TestShellDelegate::CreateShelfDelegate(ShelfModel* model) {
- return new TestShelfDelegate(model);
+ return new TestShelfDelegate();
}
SystemTrayDelegate* TestShellDelegate::CreateSystemTrayDelegate() {
« ash/mus/window_manager.h ('K') | « ash/shell/shell_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698