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

Unified Diff: content/public/browser/web_contents_observer.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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | ui/views/controls/webview/webview.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index a3bc77f156426a2ab8c478cec24a5212a73baf6c..1b8f1996095c2a5fa5fac80b1fe1534f5c14b98e 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -401,8 +401,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
// Invoked when a pepper plugin creates and shows or destroys a fullscreen
// RenderWidget.
- virtual void DidShowFullscreenWidget(int routing_id) {}
- virtual void DidDestroyFullscreenWidget(int routing_id) {}
+ virtual void DidShowFullscreenWidget() {}
+ virtual void DidDestroyFullscreenWidget() {}
// Invoked when the renderer process has toggled the tab into/out of
// fullscreen mode.
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | ui/views/controls/webview/webview.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698