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

Unified Diff: chrome/common/extensions/docs/apps/app_hardware.html

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/common/extensions/docs/apps/app_hardware.html
diff --git a/chrome/common/extensions/docs/apps/app_hardware.html b/chrome/common/extensions/docs/apps/app_hardware.html
index 16767af8e4854819c3e47196bf783d77ffb460ec..d257c854e36d195d08a32fb939add45ea06b6bed 100644
--- a/chrome/common/extensions/docs/apps/app_hardware.html
+++ b/chrome/common/extensions/docs/apps/app_hardware.html
@@ -241,7 +241,7 @@ You must add the "usb" permission
to the manifest file:
</p>
<pre>"permissions": [
- "appWindow",
+ "app.window",
"experimental",
"usb"
]
« no previous file with comments | « chrome/common/extensions/docs/apps/app_external.html ('k') | chrome/common/extensions/docs/apps/app_lifecycle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698