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

Unified Diff: content/browser/renderer_host/media/video_capture_host.h

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: rebase Created 3 years, 8 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: content/browser/renderer_host/media/video_capture_host.h
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
index 04c5cc93162fb305b70f8cfce1d3442282c4bd4c..9669c359c3827f26415d06b26aa99dec1c07ab7b 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -71,11 +71,10 @@ class CONTENT_EXPORT VideoCaptureHost
void GetDeviceSupportedFormats(
int32_t device_id,
int32_t session_id,
- const GetDeviceSupportedFormatsCallback& callback) override;
- void GetDeviceFormatsInUse(
- int32_t device_id,
- int32_t session_id,
- const GetDeviceFormatsInUseCallback& callback) override;
+ GetDeviceSupportedFormatsCallback callback) override;
+ void GetDeviceFormatsInUse(int32_t device_id,
+ int32_t session_id,
+ GetDeviceFormatsInUseCallback callback) override;
void DoError(VideoCaptureControllerID id);
void DoEnded(VideoCaptureControllerID id);

Powered by Google App Engine
This is Rietveld 408576698