add alwaysShowTitleTextInFullscreen flag

This commit is contained in:
Shubham 2017-06-17 20:45:29 -04:00
parent 493cfd38d6
commit 25c651c40a
5 changed files with 22 additions and 2 deletions

View file

@ -48,6 +48,10 @@ const char kUseContentSize[] = "useContentSize";
// Whether window zoom should be to page width.
const char kZoomToPageWidth[] = "zoomToPageWidth";
// Whether always show title text in full screen is enabled.
const char kAlwaysShowTitleTextInFullscreen[] =
"alwaysShowTitleTextInFullscreen";
// The requested title bar style for the window
const char kTitleBarStyle[] = "titleBarStyle";

View file

@ -35,6 +35,7 @@ extern const char kAlwaysOnTop[];
extern const char kAcceptFirstMouse[];
extern const char kUseContentSize[];
extern const char kZoomToPageWidth[];
extern const char kAlwaysShowTitleTextInFullscreen[];
extern const char kTitleBarStyle[];
extern const char kTabbingIdentifier[];
extern const char kAutoHideMenuBar[];