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

Unified Diff: chrome/test/data/extensions/api_test/content_settings/incognito/test.html

Issue 6990054: Disable setting incognito prefs for extensions for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright header 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/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>

Powered by Google App Engine
This is Rietveld 408576698