diff options
author | vadimt@chromium.org <vadimt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-14 05:02:19 +0000 |
---|---|---|
committer | vadimt@chromium.org <vadimt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-14 05:02:19 +0000 |
commit | 7e37e62c00b29792df3367de44fda083baa81208 (patch) | |
tree | a066b8da40575b71ab81301a1a4ef688731c7894 /chrome/common | |
parent | f00254227244029f5ccb5327e11ab6ec482f6d07 (diff) | |
download | chromium_src-7e37e62c00b29792df3367de44fda083baa81208.zip chromium_src-7e37e62c00b29792df3367de44fda083baa81208.tar.gz chromium_src-7e37e62c00b29792df3367de44fda083baa81208.tar.bz2 |
Addition to chrome.location documentation.
Review URL: https://chromiumcodereview.appspot.com/23531043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/location.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/location.idl b/chrome/common/extensions/api/location.idl index 7797d12..95ab975 100644 --- a/chrome/common/extensions/api/location.idl +++ b/chrome/common/extensions/api/location.idl @@ -74,7 +74,9 @@ namespace location { // TODO(vadimt): Consider adding getWatch() and getAllWatches(). interface Functions { - // Starts a location watching request. + // Starts a location watching request. If there is another location watching + // request with the same name (or no name if none is specified), it will be + // cancelled and replaced by this request. // |name| : Optional name to identify this request. Defaults to the empty // string. // |requestInfo| : Optional parameters for this request. |