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

Unified Diff: chrome/browser/tab_contents/render_view_host_delegate_helper.h

Issue 6462017: gtk: Improve fullscreen RenderWidgetHostViewGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update a comment Created 9 years, 10 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/tab_contents/render_view_host_delegate_helper.h
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
index 84dbab20bcc683aa5a6a44620dd3e7c03e80f57d..d112af9fd44de56f78660d994c19671eb7851ba7 100644
--- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
+++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
@@ -53,9 +53,7 @@ class RenderViewHostDelegateViewHelper {
RenderProcessHost* process);
virtual RenderWidgetHostView* CreateNewFullscreenWidget(
- int route_id,
- WebKit::WebPopupType popup_type,
- RenderProcessHost* process);
+ int route_id, RenderProcessHost* process);
// Finds the new RenderWidgetHost and returns it. Note that this can only be
// called once as this call also removes it from the internal map.

Powered by Google App Engine
This is Rietveld 408576698