| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index bf77079841f884a8a62c18b7cdb6fb077657de4d..83b071e76fe7b94268f71c3d0254b93351428885 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -822,10 +822,6 @@ TrayTiles* SystemTray::GetTrayTilesForTesting() const {
|
| return tray_tiles_;
|
| }
|
|
|
| -TrayUpdate* SystemTray::GetTrayUpdateForTesting() const {
|
| - return tray_update_;
|
| -}
|
| -
|
| void SystemTray::CloseBubble(const ui::KeyEvent& key_event) {
|
| CloseSystemBubble();
|
| }
|
|
|