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

Unified Diff: ash/mus/window_manager_application.h

Issue 2411223002: chromeos: Refactor system tray Wi-Fi connect dialog so it works with mash (Closed)
Patch Set: NON_EXPORTED_BASE Created 4 years, 2 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/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index 687bd1f3776c6c4e4a87f9ba084434394a3e0dc8..2347444d8b06d44dae9d3863db68f4d693a28f67 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -47,6 +47,7 @@ namespace mus {
class AcceleratorRegistrarImpl;
class NativeWidgetFactoryMus;
+class NetworkConnectDelegateMus;
class WindowManager;
// Hosts the window manager and the ash system user interface for mash.
@@ -115,8 +116,7 @@ class WindowManagerApplication
screenlock_state_listener_binding_;
#if defined(OS_CHROMEOS)
- class StubNetworkConnectDelegate;
- std::unique_ptr<StubNetworkConnectDelegate> network_connect_delegate_;
+ std::unique_ptr<NetworkConnectDelegateMus> network_connect_delegate_;
std::unique_ptr<chromeos::system::ScopedFakeStatisticsProvider>
statistics_provider_;
#endif

Powered by Google App Engine
This is Rietveld 408576698