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

Unified Diff: ash/system/chromeos/network/network_detailed_view.h

Issue 11415014: Stop using shell::GetInstance()->system_tray() in system tray items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix single-letter typo :(. Created 8 years, 1 month 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/chromeos/network/network_detailed_view.h
diff --git a/ash/system/chromeos/network/network_detailed_view.h b/ash/system/chromeos/network/network_detailed_view.h
index f0755d78ca013c5ddc8244974de3547054f941ee..c08069fac2b44078ae325ce3d7146bbd05c6a073 100644
--- a/ash/system/chromeos/network/network_detailed_view.h
+++ b/ash/system/chromeos/network/network_detailed_view.h
@@ -16,6 +16,10 @@ namespace tray {
// which includes NetworkWifiDetailedView and NetworkListDetailedViewBase.
class NetworkDetailedView : public TrayDetailsView {
public:
+ explicit NetworkDetailedView(SystemTrayItem* owner)
+ : TrayDetailsView(owner) {
+ }
+
enum DetailedViewType {
LIST_VIEW,
WIFI_VIEW,
« no previous file with comments | « ash/system/brightness/tray_brightness.cc ('k') | ash/system/chromeos/network/network_list_detailed_view_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698