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

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

Issue 10436015: Remove chrome.windows.* support for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/minimal/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/minimal/manifest.json b/chrome/test/data/extensions/platform_apps/minimal/manifest.json
index 8dec6b1174399d15c9d9ad08a0c7ac81af6b4ba8..0f3b6f2e9ff96cb676e45634386d691667c589f5 100644
--- a/chrome/test/data/extensions/platform_apps/minimal/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/minimal/manifest.json
@@ -5,7 +5,7 @@
"manifest_version": 2,
"permissions": [
"experimental",
- "windows"
+ "appWindow"
],
"background": {
"scripts": ["test.js"]
« no previous file with comments | « chrome/test/data/extensions/platform_apps/iframes/test.js ('k') | chrome/test/data/extensions/platform_apps/minimal/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698