From 559ca19bbebbacee222355ed9e033ec29c39fb07 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 11 Feb 2015 19:20:30 +0000 Subject: [PATCH] Fix documentation for CefBrowserSettings::javascript_close_windows (issue #1407). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2030 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- include/internal/cef_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index d16886bff..7d7dcdf81 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -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;