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

Unified Diff: content/browser/media/capture/web_contents_tracker.h

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.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.
« no previous file with comments | « chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm ('k') | content/browser/media/capture/web_contents_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698