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

Unified Diff: extensions/browser/app_window/app_window.cc

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: extensions/browser/app_window/app_window.cc
diff --git a/extensions/browser/app_window/app_window.cc b/extensions/browser/app_window/app_window.cc
index 285ca2d788ed89c4209a6df2edc23ae8ae83602a..9e008c7eb712a411d509e01d38137257b6c3ee2f 100644
--- a/extensions/browser/app_window/app_window.cc
+++ b/extensions/browser/app_window/app_window.cc
@@ -930,6 +930,7 @@ void AppWindow::NavigationStateChanged(content::WebContents* source,
}
void AppWindow::ToggleFullscreenModeForTab(content::WebContents* source,
+ const GURL& origin,
bool enter_fullscreen) {
const Extension* extension = GetExtension();
if (!extension)
« content/renderer/render_frame_impl.cc ('K') | « extensions/browser/app_window/app_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698