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

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

Issue 11348046: Add versioning to PluginFinder metadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos 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
deleted file mode 100644
index 9a3b0d385b61619af0c24c028840e51d50fa85e0..0000000000000000000000000000000000000000
--- a/chrome/browser/web_resource/plugins_resource_service.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_WEB_RESOURCE_PLUGINS_RESOURCE_SERVICE_H_
-#define CHROME_BROWSER_WEB_RESOURCE_PLUGINS_RESOURCE_SERVICE_H_
-
-#include "chrome/browser/web_resource/web_resource_service.h"
-
-class PrefService;
-class PrefRegistrySimple;
-
-// This resource service periodically fetches plug-in metadata
-// from a remote server and updates local state and PluginFinder.
-class PluginsResourceService : public WebResourceService {
- public:
- explicit PluginsResourceService(PrefService* local_state);
-
- static void RegisterPrefs(PrefRegistrySimple* registry);
-
- private:
- virtual ~PluginsResourceService();
-
- // WebResourceService override to process the parsed information.
- virtual void Unpack(const base::DictionaryValue& parsed_json) OVERRIDE;
-
- DISALLOW_COPY_AND_ASSIGN(PluginsResourceService);
-};
-
-#endif // CHROME_BROWSER_WEB_RESOURCE_PLUGINS_RESOURCE_SERVICE_H_
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_win.json ('k') | chrome/browser/web_resource/plugins_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698