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

Unified Diff: chrome/browser/web_resource/plugins_resource_service.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix double registration in Chrome Frame test. Created 7 years, 10 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
Index: chrome/browser/web_resource/plugins_resource_service.h
diff --git a/chrome/browser/web_resource/plugins_resource_service.h b/chrome/browser/web_resource/plugins_resource_service.h
index d01597e7b270ec40ab44c9b9da15f1761ddce7af..9a3b0d385b61619af0c24c028840e51d50fa85e0 100644
--- a/chrome/browser/web_resource/plugins_resource_service.h
+++ b/chrome/browser/web_resource/plugins_resource_service.h
@@ -8,7 +8,7 @@
#include "chrome/browser/web_resource/web_resource_service.h"
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrySimple;
// This resource service periodically fetches plug-in metadata
// from a remote server and updates local state and PluginFinder.
@@ -16,7 +16,7 @@ class PluginsResourceService : public WebResourceService {
public:
explicit PluginsResourceService(PrefService* local_state);
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrySimple* registry);
private:
virtual ~PluginsResourceService();
« no previous file with comments | « chrome/browser/web_resource/notification_promo.cc ('k') | chrome/browser/web_resource/plugins_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698