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 45b0c71c8cd56f5b008a2d50f33251e396c50d4d..8c592c0b0d9b3806f3712580e91d8300dd51e27d 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -167,6 +167,9 @@ class SystemTrayDelegate { |
// Shows settings related to multiple displays. |
virtual void ShowDisplaySettings() = 0; |
+ // Shows the page that lets you disable performance tracing. |
+ virtual void ShowSlow() = 0; |
+ |
// Returns true if the notification for the display configuration change |
// should appear. |
virtual bool ShouldShowDisplayNotification() = 0; |