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:
parent
7c5cb76692
commit
559ca19bbe
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue