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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: add methods to UI domain Created 3 years, 9 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/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 4605c8ddb1bed7a440923a41572674f201978d9f..479a69e1d2cbc7848b5dadcca689b677ad0bb02f 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -283,6 +283,7 @@ class BrowserView : public BrowserWindow,
void Maximize() override;
void Minimize() override;
void Restore() override;
+ void SetFullscreen(bool fullscreen) override;
void EnterFullscreen(const GURL& url,
ExclusiveAccessBubbleType bubble_type) override;
void ExitFullscreen() override;

Powered by Google App Engine
This is Rietveld 408576698