Index: ash/system/tray/system_tray_bubble.cc |
=================================================================== |
--- ash/system/tray/system_tray_bubble.cc (revision 152315) |
+++ ash/system/tray/system_tray_bubble.cc (working copy) |
@@ -333,10 +333,6 @@ |
bubble_widget_->Close(); |
} |
-string16 SystemTrayBubble::GetAccessibleName() { |
- return tray_->GetAccessibleName(); |
-} |
- |
void SystemTrayBubble::DestroyItemViews() { |
for (std::vector<ash::SystemTrayItem*>::iterator it = items_.begin(); |
it != items_.end(); |