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

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: Address comments 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..c55de0b8bb5a4cdb234b7d7ec2f78aef4714fe23 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,11 @@ 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>
+<p>
+The {{platform}} cannot be enabled in incognito mode. Available from Chrome 47.
+</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