Index: chrome/common/extensions/api/browsing_data.json |
diff --git a/chrome/common/extensions/api/browsing_data.json b/chrome/common/extensions/api/browsing_data.json |
index 332186d2aef06aafcd3e462f2b2f9162db8e4c48..10fd0b7156b2026950852a6beaf7dfe995fde4a2 100644 |
--- a/chrome/common/extensions/api/browsing_data.json |
+++ b/chrome/common/extensions/api/browsing_data.json |
@@ -96,15 +96,20 @@ |
"optional": true, |
"description": "Server-bound certificates." |
}, |
+ "passwords": { |
+ "type": "boolean", |
+ "optional": true, |
+ "description": "Stored passwords." |
+ }, |
"pluginData": { |
"type": "boolean", |
"optional": true, |
"description": "Plugins' data." |
}, |
- "passwords": { |
+ "serviceWorkers": { |
"type": "boolean", |
"optional": true, |
- "description": "Stored passwords." |
+ "description": "Service Workers." |
}, |
"webSQL": { |
"type": "boolean", |