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

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

Issue 2615663002: Fix MediaClient::RequestCaptureState(). (Closed)
Patch Set: rebase Created 3 years, 11 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 a8c56d501c217a0023e1296a765dd1b53617ba13..9cf426abd3692212e40b086f4e65af14a9884a82 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 CastConfigClientMediaRouter;
class ChromeBrowserMainExtraPartsViews;
class ChromeLauncherControllerMus;
class ChromeNewWindowClient;
+class ChromeShellContentState;
class ImmersiveContextMus;
class ImmersiveHandlerFactoryMus;
class MediaClient;
@@ -37,6 +38,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
ChromeBrowserMainExtraPartsViews* extra_parts_views_;
std::unique_ptr<ChromeLauncherControllerMus> chrome_launcher_controller_mus_;
+ std::unique_ptr<ChromeShellContentState> chrome_shell_content_state_;
std::unique_ptr<CastConfigClientMediaRouter> cast_config_client_media_router_;
std::unique_ptr<MediaClient> media_client_;
std::unique_ptr<ImmersiveHandlerFactoryMus> immersive_handler_factory_;
« no previous file with comments | « chrome/browser/ui/ash/media_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