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

Unified Diff: chrome/browser/extensions/api/tab_capture/offscreen_tab.cc

Issue 1980633002: Remove unused routing ID param from Did(Show|Destroy)FullscreenWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc b/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
index 9e00054015d4ff2e4434871bf4e74a146a511837..61ef02a1abc769749dfa93535fbd4d8d0693a37e 100644
--- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
+++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc
@@ -402,7 +402,7 @@ bool OffscreenTab::CheckMediaAccessPermission(
type == content::MEDIA_TAB_VIDEO_CAPTURE;
}
-void OffscreenTab::DidShowFullscreenWidget(int routing_id) {
+void OffscreenTab::DidShowFullscreenWidget() {
if (offscreen_tab_web_contents_->GetCapturerCount() == 0 ||
offscreen_tab_web_contents_->GetPreferredSize().IsEmpty())
return; // Do nothing, since no preferred size is specified.

Powered by Google App Engine
This is Rietveld 408576698