diff options
author | miket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 21:52:50 +0000 |
---|---|---|
committer | miket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 21:52:50 +0000 |
commit | dc32abbf2844f243ffda58c8157e027e4bd1372c (patch) | |
tree | a34c4394d7399fe5ce23311df2d1f7f801b341d5 /chrome/common/extensions/docs/privacy.html | |
parent | 32e8c380e478df7d7ef6c4ce82235d3cb057b0e1 (diff) | |
download | chromium_src-dc32abbf2844f243ffda58c8157e027e4bd1372c.zip chromium_src-dc32abbf2844f243ffda58c8157e027e4bd1372c.tar.gz chromium_src-dc32abbf2844f243ffda58c8157e027e4bd1372c.tar.bz2 |
Fixed documentation.
experimental.socket is nodoc, but it was once generated and committed by accident, and then got orphaned.
page_cycler.zip was corrupt. Regenerated.
BUG=none
TEST=none
TBR=clintstaley@chromium.org,mihaip@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9960028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/privacy.html')
-rw-r--r-- | chrome/common/extensions/docs/privacy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/privacy.html b/chrome/common/extensions/docs/privacy.html index f553122..9722ee4 100644 --- a/chrome/common/extensions/docs/privacy.html +++ b/chrome/common/extensions/docs/privacy.html @@ -359,7 +359,7 @@ <p> Reading the current value of a Chrome setting is straightforward. You'll first need to find the property you're interested in, then you'll call - <code>get()</code> on that object in order to retrieve its current value and + <code>get()</code> on that object in order to retrieve it's current value and your extension's level of control. For example, to determine if Chrome's Autofill feature is enabled, you'd write: </p> |