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

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

Issue 6987017: Made all enums of preferences api unix_hacker_style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT 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/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");
}));
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/test/data/extensions/api_test/content_settings/onchange/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698