From 3a6ddf782a3cbca93f055bea9170a46ee9e59158 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 31 May 2011 13:32:21 +0000 Subject: [PATCH] Fix documentation on CefSettings.extra_plugin_paths. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@248 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- include/internal/cef_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index a9e6a6453..ef40f20dd 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -101,8 +101,8 @@ typedef struct _cef_settings_t // locale of "en-US" will be used. cef_string_t locale; - // List of file system paths that will be searched by the browser to locate - // plugins. This is in addition to the default search paths. + // List of fully qualified paths to plugins (including plugin name) that will + // be loaded in addition to any plugins found in the default search paths. cef_string_list_t extra_plugin_paths; // The directory and file name to use for the debug log. If empty, the