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

Unified Diff: chrome/common/extensions/api/browsing_data.json

Issue 476243003: Add the "serviceWorker" key to the browsingData API. Support in the C++ was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: name Created 6 years, 4 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/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",
« 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