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|. |