diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 22:34:37 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 22:34:37 +0000 |
commit | 8f36335b5eb4030d1da880e3515135c94fa1edda (patch) | |
tree | 929a3c5059f75c2cd9b04e53ec82551232a76ef4 /chrome/common | |
parent | f8aee038b3d67b087fe773a56ad9721a3a36f6d5 (diff) | |
download | chromium_src-8f36335b5eb4030d1da880e3515135c94fa1edda.zip chromium_src-8f36335b5eb4030d1da880e3515135c94fa1edda.tar.gz chromium_src-8f36335b5eb4030d1da880e3515135c94fa1edda.tar.bz2 |
Fix a copy-paste error.
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2516001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/history.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/bookmarks.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/history.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index 7b4f3dd..301950a 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -381,7 +381,7 @@ this code doesn't bother to define a callback function. </pre> <p> -For an example of using bookmarks, see the +For an example of using this API, see the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. For other examples and for help in viewing the source code, see <a href="samples.html">Samples</a>. diff --git a/chrome/common/extensions/docs/history.html b/chrome/common/extensions/docs/history.html index 9c81682..dededac 100644 --- a/chrome/common/extensions/docs/history.html +++ b/chrome/common/extensions/docs/history.html @@ -428,7 +428,7 @@ The following table describes each transition type. <h2 id="examples">Examples</h2> <p> -For examples of using bookmarks, see the +For examples of using this API, see the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/history/">history sample directory</a> and the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_test/history/">history API test directory</a>. For other examples and for help in viewing the source code, see diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html index dd01422b..04a4376 100644 --- a/chrome/common/extensions/docs/static/bookmarks.html +++ b/chrome/common/extensions/docs/static/bookmarks.html @@ -82,7 +82,7 @@ chrome.bookmarks.create({'parentId': extensionsFolderId, </pre> <p> -For an example of using bookmarks, see the +For an example of using this API, see the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. For other examples and for help in viewing the source code, see <a href="samples.html">Samples</a>. diff --git a/chrome/common/extensions/docs/static/history.html b/chrome/common/extensions/docs/static/history.html index 8eb6b4e..e9dfcd9 100644 --- a/chrome/common/extensions/docs/static/history.html +++ b/chrome/common/extensions/docs/static/history.html @@ -146,7 +146,7 @@ The following table describes each transition type. <h2 id="examples">Examples</h2> <p> -For examples of using bookmarks, see the +For examples of using this API, see the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/history/">history sample directory</a> and the <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_test/history/">history API test directory</a>. For other examples and for help in viewing the source code, see |