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

Unified Diff: extensions/shell/common/api/_api_features.json

Issue 686983002: Add idl for managing focus in app_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build Created 6 years, 2 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: extensions/shell/common/api/_api_features.json
diff --git a/extensions/shell/common/api/_api_features.json b/extensions/shell/common/api/_api_features.json
index 779e1972015e4f9476d03186cbe7d1e16d8ea841..a0578b6109abae036247e51793972a26f84a4a54 100644
--- a/extensions/shell/common/api/_api_features.json
+++ b/extensions/shell/common/api/_api_features.json
@@ -12,5 +12,10 @@
"channel": "dev",
"contexts": ["blessed_extension"],
"extension_types": ["platform_app"]
+ },
+ "shell.window": {
+ "channel": "dev",
+ "contexts": ["blessed_extension"],
+ "extension_types": ["platform_app"]
}
}
« no previous file with comments | « extensions/shell/browser/api/shell_window/shell_window_api_unittest.cc ('k') | extensions/shell/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698