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

Unified Diff: chrome/test/data/extensions/api_test/proxy/individual/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
Index: chrome/test/data/extensions/api_test/proxy/individual/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/individual/test.js b/chrome/test/data/extensions/api_test/proxy/individual/test.js
index dade2a527247950a8ed35f239dcb507539013f32..40013132d074ddcaf94ea160f9ac7a9ec029c0a8 100644
--- a/chrome/test/data/extensions/api_test/proxy/individual/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/individual/test.js
@@ -74,7 +74,7 @@ chrome.test.runTests([
chrome.proxy.settings.get(
{'incognito': false},
expect({ 'value': configExpected,
- 'levelOfControl': "ControlledByThisExtension" },
+ 'levelOfControl': "controlled_by_this_extension" },
"invalid proxy settings"));
},
function verifyIncognito() {
@@ -82,7 +82,7 @@ chrome.test.runTests([
{'incognito': true},
expect({ 'value': configExpected,
'incognitoSpecific': false,
- 'levelOfControl': "ControlledByThisExtension" },
+ 'levelOfControl': "controlled_by_this_extension" },
"invalid proxy settings"));
}
]);
« no previous file with comments | « chrome/test/data/extensions/api_test/proxy/direct/test.js ('k') | chrome/test/data/extensions/api_test/proxy/pacdata/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698