Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: ash/system/tray/system_tray.h

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff to the correct base Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index ded64750026dcce4f15b24e9a23c4c3413e76223..a8876bb1e5fef78a68ab04a55343fde9fa1ef07b 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -46,6 +46,7 @@ class SystemBubbleWrapper;
class SystemTrayContainer;
class TrayAccessibility;
class TrayGestureHandler;
+class TrayTracing;
}
// There are different methods for creating bubble views.
@@ -230,6 +231,7 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
bool full_system_tray_menu_;
internal::TrayAccessibility* tray_accessibility_; // not owned
+ internal::TrayTracing* tray_tracing_; // not owned
rkc 2013/08/08 21:56:25 This doesn't seem to be used.
Zachary Kuznia 2013/08/08 22:44:23 Done.
DISALLOW_COPY_AND_ASSIGN(SystemTray);
};

Powered by Google App Engine
This is Rietveld 408576698