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

Unified Diff: chrome/common/extensions/docs/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/proxy.html
diff --git a/chrome/common/extensions/docs/proxy.html b/chrome/common/extensions/docs/proxy.html
index 76355424a5b356d10464e1879eb12f90a537367a..ace74c0b49f99365b777625c981ecbb0ac817a7b 100644
--- a/chrome/common/extensions/docs/proxy.html
+++ b/chrome/common/extensions/docs/proxy.html
@@ -514,7 +514,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>var config = {
@@ -534,7 +534,7 @@ 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>chrome.proxy.settings.getEffective(

Powered by Google App Engine
This is Rietveld 408576698