| Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| index ceee1d053dc23d80230e7bcda3fec149bd5e399c..bb4e8e99127d87cc64f4630a480eb6d76abca810 100644
|
| --- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| +++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
| @@ -610,7 +610,8 @@ message DeviceHeartbeatSettingsProto {
|
| }
|
|
|
| message ExtensionCacheSizeProto {
|
| - // Specifies the maximum extension cache size, in bytes.
|
| + // Specifies the maximum extension cache size, in bytes. The default is 256
|
| + // MiB. The minimum allowed value is 1 MiB, smaller values will get ignored.
|
| optional int64 extension_cache_size = 1;
|
| }
|
|
|
|
|