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

Unified Diff: chrome/browser/ui/browser.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
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | chrome/browser/ui/fullscreen/fullscreen_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index b2b9999fd4fd9a720735e4912bd3a40e8c9a62d2..f4d3148be4f0b5fc95279f62c5e92f14c8d5f527 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -611,6 +611,7 @@ class Browser : public TabStripModelObserver,
const base::FilePath& path) override;
bool EmbedsFullscreenWidget() const override;
void ToggleFullscreenModeForTab(content::WebContents* web_contents,
+ const GURL& origin,
bool enter_fullscreen) override;
bool IsFullscreenForTabOrPending(
const content::WebContents* web_contents) const override;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | chrome/browser/ui/fullscreen/fullscreen_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698