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

Unified Diff: src/js/polyfills/storage.manifest.json

Issue 1593443003: Finished storage polyfill. (Closed) Base URL: sso://user/alger/caterpillar@master
Patch Set: Created 4 years, 11 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
Index: src/js/polyfills/storage.manifest.json
diff --git a/src/js/polyfills/storage.manifest.json b/src/js/polyfills/storage.manifest.json
index 4a99edc7657e54a5a175afa74a7e5835a979f8e7..3af8e1f73b827ec21d53d6594196b8cd6db10ae0 100644
--- a/src/js/polyfills/storage.manifest.json
+++ b/src/js/polyfills/storage.manifest.json
@@ -12,7 +12,7 @@
{
"member": "sync",
"status": "partial",
- "text": "has been replaced with chrome.storage.local. Storage will no longer be synchronised with Chrome profiles, and instead will fallback to storing locally.",
+ "text": "Replaced with chrome.storage.local. Storage will no longer be synchronised with Chrome profiles, and instead will fallback to storing locally.",
},
"sync.QUOTA_BYTES",
"sync.QUOTA_BYTES_PER_ITEM",
@@ -24,7 +24,12 @@
{
"member": "managed",
"status": "partial",
- "text": "has been replaced with chrome.storage.local. Calls will no longer be read-only.",
+ "text": "Replaced with chrome.storage.local. Calls will no longer be read-only.",
},
- ],
+ {
+ "member": "onChanged.addListener",
+ "status": "total",
+ "text": "A null area name will be given to the callback."
+ }
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698