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

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

Issue 6990054: Disable setting incognito prefs for extensions for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright header 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/content_settings/onchange/test.html ('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/individual_remove/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/individual_remove/test.js b/chrome/test/data/extensions/api_test/proxy/individual_remove/test.js
index d984c0c586e3f0acfdbc8cd16c3eff81dc86fc2c..f62019d524e4e48f1f4cd862f07b1d9ff4d801ca 100644
--- a/chrome/test/data/extensions/api_test/proxy/individual_remove/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/individual_remove/test.js
@@ -40,12 +40,12 @@ chrome.test.runTests([
},
function setIndividualProxies() {
chrome.experimental.proxy.settings.set(
- {'value': config, 'incognito': false},
+ {'value': config, 'scope': 'regular'},
chrome.test.callbackPass());
},
function clearProxies() {
chrome.experimental.proxy.settings.clear(
- {'incognito': false},
+ {'scope': 'regular'},
chrome.test.callbackPass());
}
]);
« no previous file with comments | « chrome/test/data/extensions/api_test/content_settings/onchange/test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698