| Index: chrome/test/data/extensions/api_test/content_settings/clear/test.html
|
| diff --git a/chrome/test/data/extensions/api_test/content_settings/clear/test.html b/chrome/test/data/extensions/api_test/content_settings/clear/test.html
|
| index 01c425958d85613baa4544fe76d22231e18a9cf8..6927f6a32994f84d2dab71318625ff550679433e 100644
|
| --- a/chrome/test/data/extensions/api_test/content_settings/clear/test.html
|
| +++ b/chrome/test/data/extensions/api_test/content_settings/clear/test.html
|
| @@ -11,7 +11,7 @@ chrome.test.runTests([
|
| block,
|
| {
|
| 'value': true,
|
| - 'levelOfControl': "ControllableByThisExtension"
|
| + 'levelOfControl': "controllable_by_this_extension"
|
| },
|
| "third-party cookies should be blocked");
|
| }));
|
| @@ -31,7 +31,7 @@ chrome.test.runTests([
|
| block,
|
| {
|
| 'value': true,
|
| - 'levelOfControl': "ControllableByThisExtension"
|
| + 'levelOfControl': "controllable_by_this_extension"
|
| },
|
| "third-party cookies should be blocked");
|
| }));
|
|
|