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

Unified Diff: ui/views/widget/desktop_aura/desktop_capture_client.cc

Issue 2436023003: Adds CaptureClientObserver as a way to track changes in capture (Closed)
Patch Set: fix comments 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
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_capture_client.h ('k') | ui/wm/core/capture_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_capture_client.cc
diff --git a/ui/views/widget/desktop_aura/desktop_capture_client.cc b/ui/views/widget/desktop_aura/desktop_capture_client.cc
index f2f3cf1cf056cea175f4668532de9d7ac2b58c6c..5ce64e9d025154dfaedc259308675d4446709e43 100644
--- a/ui/views/widget/desktop_aura/desktop_capture_client.cc
+++ b/ui/views/widget/desktop_aura/desktop_capture_client.cc
@@ -98,4 +98,14 @@ aura::Window* DesktopCaptureClient::GetGlobalCaptureWindow() {
return NULL;
}
+void DesktopCaptureClient::AddObserver(
+ aura::client::CaptureClientObserver* observer) {
+ NOTREACHED();
+}
+
+void DesktopCaptureClient::RemoveObserver(
+ aura::client::CaptureClientObserver* observer) {
+ NOTREACHED();
+}
+
} // namespace views
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_capture_client.h ('k') | ui/wm/core/capture_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698