Commit 945cdc83 authored by scheib@chromium.org's avatar scheib@chromium.org

Fix documentation for apps/extensions permission_warnings.html

Excluding apps only permissions from appearing on the extensions
version of the page.

BUG=166279


Review URL: https://chromiumcodereview.appspot.com/12223107

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182084 0039d316-1c4b-4281-b951-d872f2087c98
parent cfc72471
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment