rename alwaysShowTitleTextInFullscreen to fullscreenWindowTitle
This commit is contained in:
parent
25c651c40a
commit
a38f0f5f46
3 changed files with 4 additions and 4 deletions
|
@ -49,8 +49,8 @@ const char kUseContentSize[] = "useContentSize";
|
|||
const char kZoomToPageWidth[] = "zoomToPageWidth";
|
||||
|
||||
// Whether always show title text in full screen is enabled.
|
||||
const char kAlwaysShowTitleTextInFullscreen[] =
|
||||
"alwaysShowTitleTextInFullscreen";
|
||||
const char kFullscreenWindowTitle[] =
|
||||
"fullscreenWindowTitle";
|
||||
|
||||
// The requested title bar style for the window
|
||||
const char kTitleBarStyle[] = "titleBarStyle";
|
||||
|
|
|
@ -35,7 +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 kFullscreenWindowTitle[];
|
||||
extern const char kTitleBarStyle[];
|
||||
extern const char kTabbingIdentifier[];
|
||||
extern const char kAutoHideMenuBar[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue