Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1608)

Unified Diff: webkit/glue/plugins/plugin_list.h

Issue 272: Rollback the rollback of r1806. Wasn't the cause of the test failure. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_list.h
===================================================================
--- webkit/glue/plugins/plugin_list.h (revision 1820)
+++ webkit/glue/plugins/plugin_list.h (working copy)
@@ -151,9 +151,11 @@
// 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_;
« no previous file with comments | « no previous file | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698