Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index 420fd2daafaaa4622c458ff1b1c9563d97be44df..30987c0f1173c1a20a2d107de2d98c99d332a3a3 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -233,6 +233,9 @@ class SystemTrayDelegate { |
// Shows UI for changing proxy settings. |
virtual void ChangeProxySettings() = 0; |
+ |
+ // Called when the tray is destroyed. |
+ virtual void OnTrayDestroyed() = 0; |
}; |
} // namespace ash |