From 07c0b6d39b5b44ddcaec214248638b1aa9bb8c16 Mon Sep 17 00:00:00 2001 From: "zmo@google.com" Date: Fri, 25 Feb 2011 18:58:11 +0000 Subject: With this CL, GPU blacklist auto update from the web (before it ships together with chrome) is implemented. This allows us to blacklist bad GPU/drivers as soon as we discover them. Note that this patch does not turn the auto update on. We will turn it on in a separate CL. BUG=68802 TEST=build bots all green Review URL: http://codereview.chromium.org/6469094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76075 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/web_resource/web_resource_service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/web_resource/web_resource_service.h') diff --git a/chrome/browser/web_resource/web_resource_service.h b/chrome/browser/web_resource/web_resource_service.h index 1b4b680..64c37e6 100644 --- a/chrome/browser/web_resource/web_resource_service.h +++ b/chrome/browser/web_resource/web_resource_service.h @@ -19,7 +19,10 @@ class Profile; class WebResourceService : public UtilityProcessHost::Client { public: + // Pass notification_type = NOTIFICATION_TYPE_COUNT if notification is not + // required. WebResourceService(Profile* profile, + PrefService* prefs, const char* web_resource_server, bool apply_locale_to_url_, NotificationType::Type notification_type, -- cgit v1.1