From 338472af8c0b4ef1cf6257a7882a17cbee84a122 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Sat, 6 Sep 2008 00:47:30 +0000 Subject: Rollback 1806, requested by Ojan. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1816 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/plugins/plugin_list.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/glue/plugins') diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h index 1eac95a..6807a5f 100644 --- a/webkit/glue/plugins/plugin_list.h +++ b/webkit/glue/plugins/plugin_list.h @@ -151,11 +151,9 @@ class PluginList : public base::RefCounted { // 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_; -- cgit v1.1