Fix documentation for CefBrowserSettings::javascript_close_windows (issue #1407).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2030 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2015-02-11 19:20:30 +00:00
parent 7c5cb76692
commit 559ca19bbe
1 changed files with 3 additions and 2 deletions

View File

@ -447,8 +447,9 @@ typedef struct _cef_browser_settings_t {
///
// Controls whether JavaScript can be used to close windows that were not
// opened via JavaScript. JavaScript can still be used to close windows that
// were opened via JavaScript. Also configurable using the
// "disable-javascript-close-windows" command-line switch.
// were opened via JavaScript or that have no back/forward history. Also
// configurable using the "disable-javascript-close-windows" command-line
// switch.
///
cef_state_t javascript_close_windows;