Index: content/browser/media/capture/web_contents_tracker.h |
diff --git a/content/browser/media/capture/web_contents_tracker.h b/content/browser/media/capture/web_contents_tracker.h |
index 02ba73328990301c13c6643f693d187ee8e80bc2..aacbfcfd41f4ac4e837f1ff176b3cacc1477ae5b 100644 |
--- a/content/browser/media/capture/web_contents_tracker.h |
+++ b/content/browser/media/capture/web_contents_tracker.h |
@@ -108,8 +108,8 @@ class CONTENT_EXPORT WebContentsTracker |
// WebContentsObserver overrides to notify the client that the capture target |
// may have changed due to a separate fullscreen widget shown/destroyed. |
- void DidShowFullscreenWidget(int routing_id) override; |
- void DidDestroyFullscreenWidget(int routing_id) override; |
+ void DidShowFullscreenWidget() override; |
+ void DidDestroyFullscreenWidget() override; |
// If true, the client is interested in the showing/destruction of fullscreen |
// RenderWidgetHosts. |