Index: ash/common/system/tray/system_tray_delegate.cc |
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc |
index fc8b9b7191a8ea6cf1a9e6ba90b1f755a79a2861..fce8aaa7bcc8434f906cb422b3f0697692da39ee 100644 |
--- a/ash/common/system/tray/system_tray_delegate.cc |
+++ b/ash/common/system/tray/system_tray_delegate.cc |
@@ -150,6 +150,10 @@ |
return false; |
} |
+int SystemTrayDelegate::GetSystemTrayMenuWidth() { |
+ return 0; |
+} |
+ |
void SystemTrayDelegate::ActiveUserWasChanged() {} |
bool SystemTrayDelegate::IsSearchKeyMappedToCapsLock() { |