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

Unified Diff: chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js

Issue 6990054: Disable setting incognito prefs for extensions for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'Effective' is gone 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/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
diff --git a/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js b/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
index b577cb65e98d35678ed59adfe0e513d0e92961ef..d56a2fc5ea75967155dcdc0f6d0cbac31a6cf5f8 100644
--- a/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
+++ b/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
@@ -136,9 +136,8 @@ var proxyform = new Test.Unit.Runner({
},
// On instantiation, ProxyFormController should read the current state
- // from `chrome.experimental.getCurrentProxySettings`, and react
- // accordingly. Let's see if that happens with the next four sets of
- // assertsions.
+ // from `chrome.experimental.proxy.get`, and react accordingly.
+ // Let's see if that happens with the next four sets of assertsions.
testSetupFormSystem: function() {
chrome.experimental.proxy.settings.get = mockFunctionFactory({
value: {mode: 'system'},

Powered by Google App Engine
This is Rietveld 408576698