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

Unified Diff: chrome/test/data/extensions/platform_apps/open_link/manifest.json

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 5 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/open_link/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/open_link/manifest.json b/chrome/test/data/extensions/platform_apps/open_link/manifest.json
index fc44eb4edf06e6c689e74201f31a7586241a9bb6..8c633b8bbb3370aef2af4eb20c5aeb65f02e49a6 100644
--- a/chrome/test/data/extensions/platform_apps/open_link/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/open_link/manifest.json
@@ -3,8 +3,7 @@
"version": "1",
"manifest_version": 2,
"permissions": [
- "experimental",
- "appWindow"
+ "experimental"
],
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698