summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins')
-rw-r--r--webkit/glue/plugins/plugin_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h
index 6807a5f..1eac95a 100644
--- a/webkit/glue/plugins/plugin_list.h
+++ b/webkit/glue/plugins/plugin_list.h
@@ -151,9 +151,11 @@ class PluginList : public base::RefCounted<PluginList> {
// Hardcoded logic to detect and load Java plugins
void LoadJavaPlugin();
+#if defined(OS_WIN)
// Search the registry at the given path and load plugins listed there.
void LoadPluginsInRegistryFolder(HKEY root_key,
const std::wstring& registry_folder);
+#endif
// true if we shouldn't load the new WMP plugin.
bool dont_load_new_wmp_;