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

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: nullptr like it's 1999 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: 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 1f61fef4fcdf7158efac50cda728e4bb56ef077c..85cd4ea02aeb341ed188a45ac2b299122d5b5182 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -463,6 +463,10 @@
"dependencies": ["permission:inputMethodPrivate"],
"contexts": ["blessed_extension"]
},
+ "launcherPagePrivate": {
Matt Giuca 2014/11/03 00:57:42 I thought we agreed to just call this launcherPage
calamity 2014/11/06 02:36:31 Done.
+ "dependencies": ["manifest:launcher_page"],
+ "contexts": ["blessed_extension"]
+ },
"location": {
"dependencies": ["permission:location"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698