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

Unified Diff: components/update_client/update_client.h

Issue 2154773002: Implement Just-In-Time Flash updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git pull && gclient sync Created 4 years, 5 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
« no previous file with comments | « components/component_updater/mock_component_updater_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/component_updater/mock_component_updater_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698