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

Unified Diff: chrome/common/extensions/docs/static/proxy.html

Issue 7065033: Support persistent incognito preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a unit test 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/static/proxy.html
diff --git a/chrome/common/extensions/docs/static/proxy.html b/chrome/common/extensions/docs/static/proxy.html
index b1e17c06fd70997cb9230ac5d0ad5de2b83fb612..f4358529b6470356337a1b5f8db92c1628063247 100644
--- a/chrome/common/extensions/docs/static/proxy.html
+++ b/chrome/common/extensions/docs/static/proxy.html
@@ -177,7 +177,7 @@ chrome.proxy.settings.set(
</pre>
<p>
-The following code sets a custom PAC script.
+The following code sets a custom pac script.
</p>
<pre>
@@ -198,8 +198,8 @@ chrome.proxy.settings.set(
<p>
The next snippet queries the currently effective proxy settings. The effective
-proxy settings can be determined by another extension or by a policy. See the <a
- href="preferences.html">Preferences API</a> documentation for details.
+proxy settings can be determined by another extension or by a policy, see the <a
+ href="preferences.html">Preferences API</a> documentation.
</p>
<pre>

Powered by Google App Engine
This is Rietveld 408576698