| 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 40ee7b972aba231922811d450b66a3a4d98dddbf..ab3b65393bcc357f6d80e78475a26e2f7bec8514 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,6 +25,8 @@ 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());
|
| @@ -44,5 +46,6 @@ chrome.test.runTests([
|
| 'levelOfControl': "ControlledByThisExtension" },
|
| "third-party cookies should be blocked in incognito mode"));
|
| },
|
| + */
|
| ]);
|
| </script>
|
|
|