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

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

Issue 7065033: Support persistent incognito preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/standard/test.html
diff --git a/chrome/test/data/extensions/api_test/content_settings/standard/test.html b/chrome/test/data/extensions/api_test/content_settings/standard/test.html
index aa9791cccf4737f28e275bc56e5733a38fd97ddd..72769f8e8c183c7f20a435afbe5f9890114b89f2 100644
--- a/chrome/test/data/extensions/api_test/content_settings/standard/test.html
+++ b/chrome/test/data/extensions/api_test/content_settings/standard/test.html
@@ -11,7 +11,7 @@ function expect(expected, message) {
chrome.test.runTests([
function getBlockThirdPartyCookies() {
cs.misc.blockThirdPartyCookies.getEffective(
- {},
+ {},
expect({ 'value': true,
'levelOfControl': "ControllableByThisExtension" },
"third-party cookies should be blocked"));

Powered by Google App Engine
This is Rietveld 408576698