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

Unified Diff: media/capture/content/thread_safe_capture_oracle.h

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#8 Created 3 years, 10 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: media/capture/content/thread_safe_capture_oracle.h
diff --git a/media/capture/content/thread_safe_capture_oracle.h b/media/capture/content/thread_safe_capture_oracle.h
index 7b970c359d579332b472008253f3a0ceb7f29258..02f60df0efb7912985969d47eb04d3f9f4badc11 100644
--- a/media/capture/content/thread_safe_capture_oracle.h
+++ b/media/capture/content/thread_safe_capture_oracle.h
@@ -91,6 +91,9 @@ class CAPTURE_EXPORT ThreadSafeCaptureOracle
void ReportError(const tracked_objects::Location& from_here,
const std::string& reason);
+ // Signal device started to the client.
+ void ReportStarted();
+
void OnConsumerReportingUtilization(int frame_number, double utilization);
private:
« no previous file with comments | « media/capture/content/screen_capture_device_core.cc ('k') | media/capture/content/thread_safe_capture_oracle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698