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

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

Issue 1291543004: Inject JSON parsing in WebResource as a callback rather than inheritance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webResources1
Patch Set: Created 5 years, 4 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 | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/plugins/plugins_resource_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugins_resource_service.h
diff --git a/chrome/browser/plugins/plugins_resource_service.h b/chrome/browser/plugins/plugins_resource_service.h
index 6a123a3ae60bce675e40bb01de3f257d83dca3b2..bed0d9d3c803085ed065880df0b33f9c1f2d9bb5 100644
--- a/chrome/browser/plugins/plugins_resource_service.h
+++ b/chrome/browser/plugins/plugins_resource_service.h
@@ -5,14 +5,14 @@
#ifndef CHROME_BROWSER_PLUGINS_PLUGINS_RESOURCE_SERVICE_H_
#define CHROME_BROWSER_PLUGINS_PLUGINS_RESOURCE_SERVICE_H_
-#include "chrome/browser/web_resource/chrome_web_resource_service.h"
+#include "components/web_resource/web_resource_service.h"
class PrefService;
class PrefRegistrySimple;
// This resource service periodically fetches plugin metadata
// from a remote server and updates local state and PluginFinder.
-class PluginsResourceService : public ChromeWebResourceService {
+class PluginsResourceService : public web_resource::WebResourceService {
public:
explicit PluginsResourceService(PrefService* local_state);
~PluginsResourceService() override;
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/plugins/plugins_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698