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

Unified Diff: chrome/test/data/extensions/platform_apps/browser_tag/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/browser_tag/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json b/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
index 660c0c9d2125271cc1913977b561ad664edb13d3..505b6c794146e9faf4ab3ceaccde153cd5ffbb51 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
@@ -4,7 +4,7 @@
"manifest_version": 2,
"permissions": [
"experimental",
- "appWindow",
+ "app.window",
"browserTag"
],
"app": {

Powered by Google App Engine
This is Rietveld 408576698