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

Unified Diff: ash/system/tray/test_system_tray_delegate.cc

Issue 11312139: Add SystemTrayObservers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: ash/system/tray/test_system_tray_delegate.cc
diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
index 7602c4f64f0ca0741c92169e9b221e6dc2deda59..f6d385b69c228cc24f15516fb2c70f1486d21838 100644
--- a/ash/system/tray/test_system_tray_delegate.cc
+++ b/ash/system/tray/test_system_tray_delegate.cc
@@ -62,6 +62,10 @@ TestSystemTrayDelegate::~TestSystemTrayDelegate() {
void TestSystemTrayDelegate::Initialize() {
}
+SystemTrayObservers* TestSystemTrayDelegate::GetSystemTrayObservers() {
+ return NULL;
+}
+
bool TestSystemTrayDelegate::GetTrayVisibilityOnStartup() {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698