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

Unified Diff: chrome/test/data/extensions/platform_apps/custom_launcher_page/manifest.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: 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/test/data/extensions/platform_apps/custom_launcher_page/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/custom_launcher_page/manifest.json b/chrome/test/data/extensions/platform_apps/custom_launcher_page/manifest.json
index 175bc5ea4a2531b42f2144d435a0590f01ba8d31..f658567d1501563fede89145d755bce5cea4f6a6 100644
--- a/chrome/test/data/extensions/platform_apps/custom_launcher_page/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/custom_launcher_page/manifest.json
@@ -11,5 +11,8 @@
},
"launcher_page": {
"page": "main.html"
- }
+ },
+ "permissions": [
+ "launcherPagePrivate"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698