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

Unified Diff: chrome/test/data/extensions/api_test/proxy/pacdata/test.js

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
« no previous file with comments | « chrome/test/data/extensions/api_test/proxy/individual/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/proxy/pacdata/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/pacdata/test.js b/chrome/test/data/extensions/api_test/proxy/pacdata/test.js
index fb659118cf94fb9be3c20cad6dd1b894fae0dc17..bc0b0c410cf591dd58518747dfab19b71c38d8dc 100644
--- a/chrome/test/data/extensions/api_test/proxy/pacdata/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/pacdata/test.js
@@ -39,7 +39,7 @@ chrome.test.runTests([
chrome.proxy.settings.get(
{'incognito': false},
expect({ 'value': config,
- 'levelOfControl': "ControlledByThisExtension" },
+ 'levelOfControl': "controlled_by_this_extension" },
"invalid proxy settings"));
}
]);
« no previous file with comments | « chrome/test/data/extensions/api_test/proxy/individual/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698