| Index: chrome/common/extensions/docs/server2/templates/intros/proxy.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/intros/proxy.html b/chrome/common/extensions/docs/server2/templates/intros/proxy.html
|
| index b5e02ed3827a6b580bd0a0984f757a5e51ca75ca..75245dda1ab5898dc142724bdb313403afb46021 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/intros/proxy.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/intros/proxy.html
|
| @@ -1,4 +1,3 @@
|
| -<!-- BEGIN AUTHORED CONTENT -->
|
| <p id="classSummary">
|
| Use the <code>chrome.proxy</code> module to manage Chrome's
|
| proxy settings. This module relies on the <a href="types.html#ChromeSetting">
|
| @@ -183,5 +182,4 @@ Note that the <code>value</code> object passed to <code>set()</code> is not
|
| identical to the <code>value</code> object passed to callback function of
|
| <code>get()</code>. The latter will contain a
|
| <code>rules.proxyForHttp.port</code> element.
|
| -</p>
|
| -<!-- END AUTHORED CONTENT -->
|
| +</p>
|
|
|