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

Unified Diff: content/browser/plugin_service.h

Issue 8515021: Move PluginPrefs to use PluginService instead of PluginList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests 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 | « content/browser/plugin_loader_posix_unittest.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service.h
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h
index c2a3733c7c843054d0fd4c68274eb9683fe29e2b..2dae64783528f026be453c418dd2025aee2bd04e 100644
--- a/content/browser/plugin_service.h
+++ b/content/browser/plugin_service.h
@@ -189,7 +189,7 @@ class CONTENT_EXPORT PluginService
string16 GetPluginGroupName(const std::string& plugin_name);
// TODO(dpranke): This should be private.
- webkit::npapi::PluginList* plugin_list();
+ webkit::npapi::PluginList* plugin_list() { return plugin_list_; }
void SetPluginListForTesting(webkit::npapi::PluginList* plugin_list);
« no previous file with comments | « content/browser/plugin_loader_posix_unittest.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698