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

Unified Diff: content/browser/media/capture/image_capture_impl.cc

Issue 2197143002: Revert of ImageCapture: content_browsertest WebRtcImageCaptureBrowserTest CreateAndGetCapabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | content/browser/media/webrtc/webrtc_audio_debug_recordings_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/image_capture_impl.cc
diff --git a/content/browser/media/capture/image_capture_impl.cc b/content/browser/media/capture/image_capture_impl.cc
index f1832e7dfa84eba17b275222ebd55be917992391..269d90fc1d3432a482a0cf650679186bc1880420 100644
--- a/content/browser/media/capture/image_capture_impl.cc
+++ b/content/browser/media/capture/image_capture_impl.cc
@@ -32,9 +32,6 @@
DCHECK_CURRENTLY_ON(BrowserThread::UI);
media::mojom::PhotoCapabilitiesPtr empty_capabilities =
media::mojom::PhotoCapabilities::New();
- empty_capabilities->iso = media::mojom::Range::New();
- empty_capabilities->width = media::mojom::Range::New();
- empty_capabilities->height = media::mojom::Range::New();
empty_capabilities->zoom = media::mojom::Range::New();
cb.Run(std::move(empty_capabilities));
}
« no previous file with comments | « no previous file | content/browser/media/webrtc/webrtc_audio_debug_recordings_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698