| Index: chrome/common/extensions/docs/static/experimental.proxy.html
|
| diff --git a/chrome/common/extensions/docs/static/experimental.proxy.html b/chrome/common/extensions/docs/static/experimental.proxy.html
|
| index 4e7f066d4aa2afc27651f436dc0159919a0d8bb8..d391a9531026511fdb46cc2c7637367ab66200b4 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>
|
|
|
|
|