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

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

Issue 2876673002: mojo api for view based lockscreen (Closed)
Patch Set: Incorporate comments from patch set 8 and rebase Created 3 years, 7 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: 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 4589e7e48c1d153b4fc4f4db0de086ed5dcd6626..8337b50a460f99f9115d636a7f73e332f3959944 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
@@ -19,6 +19,7 @@ class CastConfigClientMediaRouter;
class ChromeLauncherController;
class ChromeNewWindowClient;
class ChromeShellContentState;
+class LockScreenClient;
class ImmersiveContextMus;
class ImmersiveHandlerFactoryMus;
class MediaClient;
@@ -53,6 +54,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
std::unique_ptr<VolumeController> volume_controller_;
std::unique_ptr<VpnListForwarder> vpn_list_forwarder_;
std::unique_ptr<AshInit> ash_init_;
+ std::unique_ptr<LockScreenClient> lock_screen_client_;
// These are only used in Mash; corresponding instances are owned by Ash's
// ShelfController and ChromeShellDelegate in classic Ash.
« no previous file with comments | « chrome/browser/ui/ash/lock_screen_client.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