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

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

Issue 683703002: Notify launcher page with onTransitionChanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_page_api_show_state_notify
Patch Set: fix mac compile Created 6 years, 1 month 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/extensions/api/launcher_page.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index b5c5c55c7419a40fbffdb3227f383a27e5ad654b..98e212281bc27f578b93690b0202cd656c01e9f1 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -468,6 +468,10 @@
"dependencies": ["permission:inputMethodPrivate"],
"contexts": ["blessed_extension"]
},
+ "launcherPage": {
+ "dependencies": ["manifest:launcher_page"],
+ "contexts": ["blessed_extension"]
+ },
"location": {
"dependencies": ["permission:location"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/extensions/api/launcher_page.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698