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

Unified Diff: ash/system/network/tray_network.h

Issue 9704029: Reland r126700: ash uber tray: Add the detailed network popup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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
« no previous file with comments | « ash/shell.cc ('k') | ash/system/network/tray_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/tray_network.h
diff --git a/ash/system/network/tray_network.h b/ash/system/network/tray_network.h
index ff5fae89ae479c1fc678e4dd341f2b9eb6df344b..d50f7fb00968da10884bd9a44b7487cd11e0d465 100644
--- a/ash/system/network/tray_network.h
+++ b/ash/system/network/tray_network.h
@@ -15,6 +15,7 @@ namespace internal {
namespace tray {
class NetworkDefaultView;
+class NetworkDetailedView;
class NetworkTrayView;
}
@@ -38,6 +39,7 @@ class TrayNetwork : public SystemTrayItem,
scoped_ptr<tray::NetworkTrayView> tray_;
scoped_ptr<tray::NetworkDefaultView> default_;
+ scoped_ptr<tray::NetworkDetailedView> detailed_;
DISALLOW_COPY_AND_ASSIGN(TrayNetwork);
};
« no previous file with comments | « ash/shell.cc ('k') | ash/system/network/tray_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698