| Index: chrome/common/extensions/docs/experimental.proxy.html
|
| diff --git a/chrome/common/extensions/docs/experimental.proxy.html b/chrome/common/extensions/docs/experimental.proxy.html
|
| index 4010576159d6fd6441518df15b4a45ae2eab051a..20867e89d87544e7c3533b220ce9ae5e677539d7 100644
|
| --- a/chrome/common/extensions/docs/experimental.proxy.html
|
| +++ b/chrome/common/extensions/docs/experimental.proxy.html
|
| @@ -563,7 +563,7 @@ apply to regular and incognito windows.
|
| }
|
| };
|
| chrome.experimental.proxy.settings.set(
|
| - {'value': config, 'incognito': false},
|
| + {value: config, scope: 'regular'},
|
| function() {});
|
| </pre>
|
|
|
| @@ -582,7 +582,7 @@ The following code sets a custom pac script.
|
| }
|
| };
|
| chrome.experimental.proxy.settings.set(
|
| - {'value': config, 'incognito': false},
|
| + {value: config, scope: 'regular'},
|
| function() {});
|
| </pre>
|
|
|
|
|