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

Unified Diff: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: fix manifest for reland Created 4 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: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
index 2e76a346061adc399de1d7631fccc8a8bf50b20a..a1e27b94fa3694c0dd7b5744ba60a66fcc086270 100644
--- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
+++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
@@ -14,6 +14,7 @@ class ChromeLauncherControllerMus;
class ImmersiveContextMus;
class ImmersiveHandlerFactoryMus;
class SystemTrayClient;
+class VpnListForwarder;
class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
public:
@@ -30,6 +31,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
std::unique_ptr<ImmersiveHandlerFactoryMus> immersive_handler_factory_;
std::unique_ptr<ImmersiveContextMus> immersive_context_;
std::unique_ptr<SystemTrayClient> system_tray_client_;
+ std::unique_ptr<VpnListForwarder> vpn_list_forwarder_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAsh);
};
« no previous file with comments | « chrome/browser/ui/ash/vpn_list_forwarder.cc ('k') | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698