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

Unified Diff: content/browser/media/capture/web_contents_tracker.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: content/browser/media/capture/web_contents_tracker.cc
diff --git a/content/browser/media/capture/web_contents_tracker.cc b/content/browser/media/capture/web_contents_tracker.cc
index 01bc9b0b4613753d3748fc9b2f02d9d1de90a17f..38cc6b5d24ecd3916ed6326f20c0c1828c22c7c7 100644
--- a/content/browser/media/capture/web_contents_tracker.cc
+++ b/content/browser/media/capture/web_contents_tracker.cc
@@ -163,11 +163,11 @@ void WebContentsTracker::WebContentsDestroyed() {
OnPossibleTargetChange(false);
}
-void WebContentsTracker::DidShowFullscreenWidget(int routing_id) {
+void WebContentsTracker::DidShowFullscreenWidget() {
OnPossibleTargetChange(false);
}
-void WebContentsTracker::DidDestroyFullscreenWidget(int routing_id) {
+void WebContentsTracker::DidDestroyFullscreenWidget() {
OnPossibleTargetChange(false);
}
« no previous file with comments | « content/browser/media/capture/web_contents_tracker.h ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698