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

Unified Diff: chrome/common/extensions/docs/templates/articles/permission_warnings.html

Issue 12223107: Fix documentation for apps/extensions permission_warnings.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/permission_warnings.html
diff --git a/chrome/common/extensions/docs/templates/articles/permission_warnings.html b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
index 7bb17d6acd1b6c56cc9811906cd3817c7c4357c2..3186c1b99ab7aae28b4fd03acdd53f9c374c6318 100644
--- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
+++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
@@ -404,10 +404,14 @@ The following permissions don't result in a warning:
<li>"contextMenus"</li>
<li>"cookies"</li>
<li>"experimental"</li>
+{{?is_apps}}
<li>"fullscreen"</li>
+{{/is_apps}}
<li>"idle"</li>
<li>"notifications"</li>
+{{?is_apps}}
<li>"pointerLock"</li>
+{{/is_apps}}
<li>"storage"</li>
<li>"unlimitedStorage"</li>
<li>"webRequest"</li>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698