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

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

Issue 10750010: Add an installType property to the management API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: chrome/common/extensions/api/management.json
diff --git a/chrome/common/extensions/api/management.json b/chrome/common/extensions/api/management.json
index b6682df71005c1688ad4d3c8a7175f8a770662bb..3e2fb9239704d6d62b965058a1e472a18ebff5a6 100644
--- a/chrome/common/extensions/api/management.json
+++ b/chrome/common/extensions/api/management.json
@@ -98,6 +98,10 @@
"items" : {
"type": "string"
}
+ },
+ "installType": {
+ "description": "How the extension was installed (\"normal\", \"development\", \"sideload\"). \"normal\" means the extension was installed normally via a crx file. \"development\" means the extension was loaded unpacked in developer mode. \"sideload\" means the extension was installed externally.",
Aaron Boodman 2012/07/10 22:19:14 "sideload" means the extension was installed by ot
mitchellwrosen 2012/07/31 18:05:41 Done.
+ "type": "string"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698