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

Unified Diff: chrome/common/extensions/api/devtools/panels.json

Issue 2717543002: DevTools ext docs: Add chrome.devtools.panels.themeName (Closed)
Patch Set: 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 | « 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/devtools/panels.json
diff --git a/chrome/common/extensions/api/devtools/panels.json b/chrome/common/extensions/api/devtools/panels.json
index 9873bfc4e6aa670988dcd0d76605517209834ece..691fceddb5ee04caeeaadc100ed7aaf4b6651817 100644
--- a/chrome/common/extensions/api/devtools/panels.json
+++ b/chrome/common/extensions/api/devtools/panels.json
@@ -298,6 +298,10 @@
"sources": {
"$ref": "SourcesPanel",
"description": "Sources panel."
+ },
+ "themeName": {
+ "type": "string",
+ "description": "The name of the color theme set in user's DevTools settings. Possible values: <code>default</code> (the default) and <code>dark</code>."
}
},
"functions": [
« 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