diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-26 02:37:38 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-26 02:37:38 +0000 |
commit | bb4bf9d76e99ba7e1c7f4246dde03e2f9cf92227 (patch) | |
tree | 3acdd3c5c16508bed92f2749916aec15f35b6281 /chrome/browser/web_resource/web_resource_service.h | |
parent | b2d08988ad842790cabeb728a34473db064a660a (diff) | |
download | chromium_src-bb4bf9d76e99ba7e1c7f4246dde03e2f9cf92227.zip chromium_src-bb4bf9d76e99ba7e1c7f4246dde03e2f9cf92227.tar.gz chromium_src-bb4bf9d76e99ba7e1c7f4246dde03e2f9cf92227.tar.bz2 |
With this CL, GPU blacklist auto update from the web 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.
Reland this patch after fixing a bug causing a XP test failure.
BUG=68802
TEST=bots green
TBR=kbr
Review URL: http://codereview.chromium.org/6588035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/web_resource/web_resource_service.h')
-rw-r--r-- | chrome/browser/web_resource/web_resource_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |