| 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"));
|
|
|