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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: rebase again Created 4 years, 2 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
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/app/mojo/OWNERS » ('j') | 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 3c6543c111554eaa5826b97580b89d7882e46cbd..f359bf8cfe1a1db3d9710af32dc84d98a032b085 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -112,6 +112,10 @@ TestShellDelegate::TestShellDelegate()
TestShellDelegate::~TestShellDelegate() {}
+::shell::Connector* TestShellDelegate::GetShellConnector() const {
+ return nullptr;
+}
+
bool TestShellDelegate::IsFirstRunAfterBoot() const {
return false;
}
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/app/mojo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698