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

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

Issue 8758003: Remove dead code for gpu blacklist auto-update. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
Index: chrome/browser/web_resource/gpu_blacklist_updater.h
===================================================================
--- chrome/browser/web_resource/gpu_blacklist_updater.h (revision 112558)
+++ chrome/browser/web_resource/gpu_blacklist_updater.h (working copy)
@@ -1,34 +0,0 @@
-// Copyright (c) 2011 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_GPU_BLACKLIST_UPDATER_H_
-#define CHROME_BROWSER_WEB_RESOURCE_GPU_BLACKLIST_UPDATER_H_
-#pragma once
-
-#include "chrome/browser/web_resource/web_resource_service.h"
-
-class GpuBlacklistUpdater : public WebResourceService {
- public:
- GpuBlacklistUpdater();
-
- // Initialize GpuDataManager.
- static void Setup();
-
- // URL of the up-to-date gpu_blacklist.json file.
- static const char* kDefaultGpuBlacklistURL;
-
- private:
- virtual ~GpuBlacklistUpdater();
-
- virtual void Unpack(const base::DictionaryValue& parsed_json) OVERRIDE;
-
- void InitializeGpuBlacklist();
-
- void UpdateGpuBlacklist(
- const base::DictionaryValue& gpu_blacklist_cache, bool preliminary);
-
- DISALLOW_COPY_AND_ASSIGN(GpuBlacklistUpdater);
-};
-
-#endif // CHROME_BROWSER_WEB_RESOURCE_GPU_BLACKLIST_UPDATER_H_

Powered by Google App Engine
This is Rietveld 408576698