Index: chrome/test/data/extensions/api_test/content_settings/incognito/test.html |
diff --git a/chrome/test/data/extensions/api_test/content_settings/incognito/test.html b/chrome/test/data/extensions/api_test/content_settings/incognito/test.html |
index 84959d6e0ff37b46661468b0415b015a6eb5d5c7..a4b19407145e43d2ff0d1f3b69f1036a9f3ee9ee 100644 |
--- a/chrome/test/data/extensions/api_test/content_settings/incognito/test.html |
+++ b/chrome/test/data/extensions/api_test/content_settings/incognito/test.html |
@@ -25,11 +25,10 @@ chrome.test.runTests([ |
'levelOfControl': "ControllableByThisExtension" }, |
"third-party cookies should not be blocked in incognito mode")); |
}, |
- // TODO(battre): re-enable when incognito preferences are available again. |
- /* |
function set() { |
cs.misc.blockThirdPartyCookies.set( |
- { 'incognito': true, 'value': true }, chrome.test.callbackPass()); |
+ { 'scope': 'incognito_persistent', 'value': true }, |
+ chrome.test.callbackPass()); |
}, |
function getRegular2() { |
cs.misc.blockThirdPartyCookies.getEffective( |
@@ -46,6 +45,5 @@ chrome.test.runTests([ |
'levelOfControl': "ControlledByThisExtension" }, |
"third-party cookies should be blocked in incognito mode")); |
}, |
- */ |
]); |
</script> |