diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/experimental.proxy.html')
-rw-r--r-- | chrome/common/extensions/docs/static/experimental.proxy.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/experimental.proxy.html b/chrome/common/extensions/docs/static/experimental.proxy.html index 4e7f066..d391a95 100644 --- a/chrome/common/extensions/docs/static/experimental.proxy.html +++ b/chrome/common/extensions/docs/static/experimental.proxy.html @@ -218,7 +218,7 @@ var config = { } }; chrome.experimental.proxy.settings.set( - {'value': config, 'incognito': false}, + {value: config, scope: 'regular'}, function() {}); </pre> @@ -238,7 +238,7 @@ var config = { } }; chrome.experimental.proxy.settings.set( - {'value': config, 'incognito': false}, + {value: config, scope: 'regular'}, function() {}); </pre> |