| Index: components/update_client/update_client.h
|
| diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
|
| index 5f1a8ebb7308ce92322b87d334911229cb93efda..1abbcd888afed240f8a58d22a4b1ab7962859dc4 100644
|
| --- a/components/update_client/update_client.h
|
| +++ b/components/update_client/update_client.h
|
| @@ -203,6 +203,7 @@ struct CrxComponent {
|
|
|
| std::string fingerprint; // Optional.
|
| std::string name; // Optional.
|
| + std::vector<std::string> handled_mime_types;
|
|
|
| // Optional.
|
| // Valid values for the name part of an attribute match
|
|
|