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

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

Issue 7065033: Support persistent incognito preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 7 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
Index: chrome/common/extensions/docs/preferences.html
diff --git a/chrome/common/extensions/docs/preferences.html b/chrome/common/extensions/docs/preferences.html
index e9205491ec76c6797d4765b997a3d4861635b941..bfd2ec666f9dcec3231c8a99b086c952b7d1ac88 100644
--- a/chrome/common/extensions/docs/preferences.html
+++ b/chrome/common/extensions/docs/preferences.html
@@ -715,7 +715,7 @@ considering the preference rules. It is used by Chrome.
array of <span><span></span></span>
</span>
<span>string</span>
- <span>["regular"]</span>
+ <span>["regular", "incognito_persistent"]</span>
</span>
</span>
)
@@ -726,7 +726,7 @@ considering the preference rules. It is used by Chrome.
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>Where to clear the preference (default: regular). 'regular' = preference for regular profile (which is inherited by the incognito profile if not overridden elsewhere).</dd>
+ <dd>Where to set the preference (default: regular). 'regular' = preference for regular profile (which is inherited by the incognito profile if not overridden elsewhere), 'incognito_persistent' = preference for incognito profile that sustains browser restarts (overrides regular preferences).</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.
@@ -1577,7 +1577,7 @@ considering the preference rules. It is used by Chrome.
array of <span><span></span></span>
</span>
<span>string</span>
- <span>["regular"]</span>
+ <span>["regular", "incognito_persistent"]</span>
</span>
</span>
)
@@ -1588,7 +1588,7 @@ considering the preference rules. It is used by Chrome.
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>Where to set the preference (default: regular). 'regular' = preference for regular profile (which is inherited by the incognito profile if not overridden elsewhere).</dd>
+ <dd>Where to set the preference (default: regular). 'regular' = preference for regular profile (which is inherited by the incognito profile if not overridden elsewhere), 'incognito_persistent' = preference for incognito profile that sustains browser restarts (overrides regular preferences).</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.

Powered by Google App Engine
This is Rietveld 408576698