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

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

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Reverting not really needed changes under //gpu. Created 4 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/media/capture/web_contents_video_capture_device_unittest.cc
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
index 81674324bd22f45400435283fcf71dc79e2d1ac4..32e4209a54ec80b83b6a3158307f35a25e12c811 100644
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
@@ -283,8 +283,7 @@ class CaptureTestRenderViewHost : public TestRenderViewHost {
controller)),
delegate,
main_frame_routing_id,
- swapped_out),
- controller_(controller) {
+ swapped_out) {
// Override the default view installed by TestRenderViewHost; we need
// our special subclass which has mocked-out tab capture support.
RenderWidgetHostView* old_view = GetWidget()->GetView();
@@ -293,8 +292,6 @@ class CaptureTestRenderViewHost : public TestRenderViewHost {
}
private:
- CaptureTestSourceController* controller_;
-
DISALLOW_IMPLICIT_CONSTRUCTORS(CaptureTestRenderViewHost);
};

Powered by Google App Engine
This is Rietveld 408576698