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

Unified Diff: chrome/test/data/extensions/api_test/proxy/bypass/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/bypass/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/bypass/test.js b/chrome/test/data/extensions/api_test/proxy/bypass/test.js
index fce860fab228e1b3c778b3785c81d0c2a1851512..8896c699f9d8412919503c47529d77b36ef817a6 100644
--- a/chrome/test/data/extensions/api_test/proxy/bypass/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/bypass/test.js
@@ -47,7 +47,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() {
@@ -55,7 +55,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/auto/test.js ('k') | chrome/test/data/extensions/api_test/proxy/direct/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698