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

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
« no previous file with comments | « components/update_client/update_checker_unittest.cc ('k') | components/update_client/utils.h » ('j') | 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 e354fb6263996074393c8ad113ddd1df7f0a9a82..06f4f09da36897c917a086c7c1e4bb75022a3c82 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}$
// Specifies that the CRX can be background-downloaded in some cases.
// The default for this value is |true|.
« no previous file with comments | « components/update_client/update_checker_unittest.cc ('k') | components/update_client/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698