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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 789533002: Fullscreen: make fullscreen requests come from RenderFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/renderer_host/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 47b5986ce3f53d963d502bdcfd023abe34ee578a..3184934ea2cc4737cbd29a8e17cf372c9efc6fce 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -192,7 +192,8 @@ class CONTENT_EXPORT RenderViewHostDelegate {
const FileChooserParams& params) {}
// Notification that the page wants to go into or out of fullscreen mode.
- virtual void ToggleFullscreenMode(bool enter_fullscreen) {}
+ virtual void EnterFullscreenMode(const GURL& origin) {}
+ virtual void ExitFullscreenMode() {}
virtual bool IsFullscreenForCurrentTab() const;
// The contents' preferred size changed.

Powered by Google App Engine
This is Rietveld 408576698