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

Unified Diff: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto

Issue 1123253004: Mention default and minimum for ExtensionCacheSize policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gperftools_prof_timer
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698