Chromium Code Reviews| 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 |