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

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

Issue 7065033: Support persistent incognito preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments 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_incognito_also/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/individual_incognito_only/test.js
diff --git a/chrome/test/data/extensions/api_test/proxy/individual_incognito_only/test.js b/chrome/test/data/extensions/api_test/proxy/individual_incognito_only/test.js
index 1852dd47e6a46e0bd9a5051f72f02c5bb3ce4df4..3da06336a369c58de89489f35c3e7fe27314ac09 100644
--- a/chrome/test/data/extensions/api_test/proxy/individual_incognito_only/test.js
+++ b/chrome/test/data/extensions/api_test/proxy/individual_incognito_only/test.js
@@ -39,7 +39,7 @@ chrome.test.runTests([
var config = { rules: rules, mode: "fixed_servers" };
chrome.proxy.settings.set(
- {'value': config, 'incognito': true},
+ {'value': config, 'scope': 'incognito_persistent'},
chrome.test.callbackPass());
}
]);
« no previous file with comments | « chrome/test/data/extensions/api_test/proxy/individual_incognito_also/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698