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

Unified Diff: content/browser/plugin_service.cc

Issue 8515021: Move PluginPrefs to use PluginService instead of PluginList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: plugin_list() Created 9 years, 1 month 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 | « chrome/browser/plugin_prefs_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service.cc
diff --git a/content/browser/plugin_service.cc b/content/browser/plugin_service.cc
index b0cbb7f8541d197993ecd71711b38af3b7b4d640..01c5b69db7529cfc730939ab0e3f12f7131f5b27 100644
--- a/content/browser/plugin_service.cc
+++ b/content/browser/plugin_service.cc
@@ -644,7 +644,7 @@ void PluginService::UnregisterInternalPlugin(const FilePath& path) {
}
webkit::npapi::PluginList* PluginService::plugin_list() {
- return webkit::npapi::PluginList::Singleton();
+ return plugin_list_;
jam 2011/11/10 23:57:40 nit: please move this function impl to the header
Robert Sesek 2011/11/11 01:19:19 Will do this in a follow-up tomorrow. Afk and want
Robert Sesek 2011/11/11 16:01:18 Done.
}
void PluginService::SetPluginListForTesting(
« no previous file with comments | « chrome/browser/plugin_prefs_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698