Index: chrome/common/extensions/api/content_settings.json |
=================================================================== |
--- chrome/common/extensions/api/content_settings.json (revision 181647) |
+++ chrome/common/extensions/api/content_settings.json (working copy) |
@@ -42,7 +42,7 @@ |
"type": "string", |
"enum": ["regular", "incognito_session_only"], |
"optional": true, |
- "description": "Where to set the setting (default: regular). One of<br><var>regular</var>: setting for regular profile (which is inherited by the incognito profile if not overridden elsewhere),<br><var>incognito_session_only</var>: setting for incognito profile that can only be set during an incognito session and is deleted when the incognito session ends (overrides regular settings)." |
+ "description": "Where to clear the setting (default: regular). One of<br><var>regular</var>: setting for regular profile (which is inherited by the incognito profile if not overridden elsewhere),<br><var>incognito_session_only</var>: setting for incognito profile that can only be set during an incognito session and is deleted when the incognito session ends (overrides regular settings)." |
} |
} |
}, |
@@ -133,7 +133,7 @@ |
"type": "string", |
"enum": ["regular", "incognito_session_only"], |
"optional": true, |
- "description": "Where to clear the setting (default: regular). One of<br><var>regular</var>: setting for regular profile (which is inherited by the incognito profile if not overridden elsewhere),<br><var>incognito_session_only</var>: setting for incognito profile that can only be set during an incognito session and is deleted when the incognito session ends (overrides regular settings)." |
+ "description": "Where to set the setting (default: regular). One of<br><var>regular</var>: setting for regular profile (which is inherited by the incognito profile if not overridden elsewhere),<br><var>incognito_session_only</var>: setting for incognito profile that can only be set during an incognito session and is deleted when the incognito session ends (overrides regular settings)." |
} |
} |
}, |