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

Unified Diff: chrome/common/extensions/docs/extensions/types.html

Issue 10763007: Add "regular_only" scope to allowed scopes for ChromeSetting.clear(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « chrome/common/extensions/docs/apps/types.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/extensions/types.html
diff --git a/chrome/common/extensions/docs/extensions/types.html b/chrome/common/extensions/docs/extensions/types.html
index c7fc7142c6c77f8a21cc12a0f434655167938127..33b17ff0d9f148566bf7b87e8cbe40ca612cc499 100644
--- a/chrome/common/extensions/docs/extensions/types.html
+++ b/chrome/common/extensions/docs/extensions/types.html
@@ -418,7 +418,7 @@ considering the precedence rules. It is used by Chrome.
<span id="typeTemplate">
<span>
<span>string</span>
- <span>["regular", "incognito_persistent", "incognito_session_only"]</span>
+ <span>["regular", "regular_only", "incognito_persistent", "incognito_session_only"]</span>
</span>
</span>
)
« no previous file with comments | « chrome/common/extensions/docs/apps/types.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698