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

Unified Diff: components/update_client/update_client.h

Issue 1872053002: Implement an API to allow passing an "ap" parameter to component updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: components/update_client/update_client.h
diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
index e354fb6263996074393c8ad113ddd1df7f0a9a82..9988168a294532af8553045d098588a9afb9caa3 100644
--- a/components/update_client/update_client.h
+++ b/components/update_client/update_client.h
@@ -196,6 +196,7 @@ struct CrxComponent {
std::string fingerprint; // Optional.
std::string name; // Optional.
+ std::string ap; // Optional. Must match ^([-+_=a-zA-Z0-9]{0,256})$
waffles 2016/04/08 21:06:16 Nit: No need for ()s.
Sorin Jianu 2016/04/08 21:13:42 Done.
// Specifies that the CRX can be background-downloaded in some cases.
// The default for this value is |true|.

Powered by Google App Engine
This is Rietveld 408576698