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

Unified Diff: ash/common/system/user/user_card_view.h

Issue 2563643003: mash: Change the MediaDelegate to a Media{Controller,Client}. (Closed)
Patch Set: Comment fixes Created 4 years 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
« no previous file with comments | « ash/common/system/tray/system_tray_notifier.cc ('k') | ash/common/system/user/user_card_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/user_card_view.h
diff --git a/ash/common/system/user/user_card_view.h b/ash/common/system/user/user_card_view.h
index e9d849f20d0dfff72bbe4a03ea67287d8c9b0e2e..b64553f2a297939466c00625a3f38620b5a8ebb2 100644
--- a/ash/common/system/user/user_card_view.h
+++ b/ash/common/system/user/user_card_view.h
@@ -5,7 +5,7 @@
#ifndef ASH_COMMON_SYSTEM_USER_USER_CARD_VIEW_H_
#define ASH_COMMON_SYSTEM_USER_USER_CARD_VIEW_H_
-#include "ash/common/system/chromeos/media_security/media_capture_observer.h"
+#include "ash/common/media_controller.h"
#include "base/macros.h"
#include "ui/views/view.h"
@@ -34,7 +34,8 @@ class UserCardView : public views::View, public MediaCaptureObserver {
void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
// MediaCaptureObserver:
- void OnMediaCaptureChanged() override;
+ void OnMediaCaptureChanged(
+ const std::vector<mojom::MediaCaptureState>& capture_states) override;
private:
// Creates the content for the public mode.
« no previous file with comments | « ash/common/system/tray/system_tray_notifier.cc ('k') | ash/common/system/user/user_card_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698