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

Unified Diff: content/shell/browser/shell.h

Issue 964403003: Make it possible to set the display mode from Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added implementation for content shell Created 5 years, 8 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: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 7d03a41804a35d26f6907cc4123db25b4a0eda00..ef5a3bb6439d13ab49998f90a5ef536f233f325a 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -125,6 +125,8 @@ class Shell : public WebContentsDelegate,
void ExitFullscreenModeForTab(WebContents* web_contents) override;
bool IsFullscreenForTabOrPending(
const WebContents* web_contents) const override;
+ blink::WebDisplayMode GetDisplayMode(
+ const WebContents* web_contents) const override;
void RequestToLockMouse(WebContents* web_contents,
bool user_gesture,
bool last_unlocked_by_target) override;

Powered by Google App Engine
This is Rietveld 408576698