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

Unified Diff: storage/browser/blob/README.md

Issue 2697323005: docs: Change "ChromeOS" to "Chrome OS". (Closed)
Patch Set: update more markdown files Created 3 years, 10 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 | « net/docs/bug-triage-suggested-workflow.md ('k') | tools/gn/docs/cross_compiles.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/blob/README.md
diff --git a/storage/browser/blob/README.md b/storage/browser/blob/README.md
index 0cbd9b496052566953504b2b9e8d33a62ce69de9..73ef187d07e504ac60b77e14ca2e550fa50e134a 100644
--- a/storage/browser/blob/README.md
+++ b/storage/browser/blob/README.md
@@ -81,16 +81,16 @@ https://cs.chromium.org/chromium/src/storage/browser/blob/blob_memory_controller
**In-Memory Storage Limit**
-* If the architecture is x64 and NOT ChromeOS or Android: `2GB`
+* If the architecture is x64 and NOT Chrome OS or Android: `2GB`
* Otherwise: `total_physical_memory / 5`
**Disk Storage Limit**
-* If ChromeOS: `disk_size / 2`
+* If Chrome OS: `disk_size / 2`
* If Android: `disk_size / 20`
* Else: `disk_size / 10`
-Note: ChromeOS's disk is part of the user partition, which is separate from the
+Note: Chrome OS's disk is part of the user partition, which is separate from the
system partition.
**Minimum Disk Availability**
« no previous file with comments | « net/docs/bug-triage-suggested-workflow.md ('k') | tools/gn/docs/cross_compiles.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698