From 9a1c426f262f4fbf5a4bfbf89922abe175fe5e58 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Tue, 29 Jun 2010 21:50:27 +0000 Subject: Add switch for specifying a directory to load plugins, so that test plugins can be loaded on the Mac without modifying the application bundle. BUG=47305 TEST=Mac plugin tests still run. No PlugIns directory created in the app bundle. Review URL: http://codereview.chromium.org/2814030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51174 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/plugins/plugin_list_mac.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webkit/glue') diff --git a/webkit/glue/plugins/plugin_list_mac.mm b/webkit/glue/plugins/plugin_list_mac.mm index e568c41..16bde9d 100644 --- a/webkit/glue/plugins/plugin_list_mac.mm +++ b/webkit/glue/plugins/plugin_list_mac.mm @@ -69,7 +69,8 @@ void PluginList::GetPluginDirectories(std::vector* plugin_dirs) { // Load from the machine-wide area GetPluginCommonDirectory(plugin_dirs, false); - // Load any bundled plugins + // Load any bundled plugins (deprecated) + // TODO(stuartmorgan): Remove this once it's not used in TestShell. GetPluginPrivateDirectory(plugin_dirs); } -- cgit v1.1