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

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

Issue 1358903003: Documentation for "not_allowed" value in "incognito" manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | chrome/common/extensions/docs/templates/json/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/manifest/incognito.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/incognito.html b/chrome/common/extensions/docs/templates/articles/manifest/incognito.html
index 967a208b127715e6b970670a56a1decaa255c563..f461e9f21c50f3c8ced88ebc0a5fb518754d2f1f 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest/incognito.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest/incognito.html
@@ -3,7 +3,9 @@
<p>
Use the <code>"incognito"</code> manifest key with either
<code>"spanning"</code> or <code>"split"</code> to specify how this
-{{platform}} will behave if allowed to run in incognito mode.
+{{platform}} will behave if allowed to run in incognito mode. Using <code>
+"not_allowed"</code> to prevent this {{platform}} from being enabled in
+incognito mode.
</p>
<p>
@@ -35,6 +37,12 @@ cookie store. Each process sees events and messages only from its own context
processes are unable to communicate with each other.
</p>
+<h2 id="not_allowed">Not Allowed</h2>
not at google - send to devlin 2015/09/24 17:39:51 s/Allowed/allowed (all other headers seem to follo
Not at Google. Contact bengr 2015/09/25 16:17:45 Done.
+<p>
+The {{platform}} will not be allowed to be enabled in incognito mode. This
not at google - send to devlin 2015/09/24 17:39:51 I would phrase this as "cannot be enabled".
Not at Google. Contact bengr 2015/09/25 16:17:44 Done.
+option can only be used since Chrome 47.
not at google - send to devlin 2015/09/24 17:39:51 "This option can only be used since Chrome 47." m
Not at Google. Contact bengr 2015/09/25 16:17:44 Done.
+</p>
+
<h2 id="how-to-choose">How to choose</h2>
<p>
As a rule of thumb, if your extension or app needs to load a tab in an
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/json/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698