diff options
author | mvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 20:18:09 +0000 |
---|---|---|
committer | mvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 20:18:09 +0000 |
commit | 343277c1f9c6c1ccc8de4b0e6490744c9ecceeb6 (patch) | |
tree | 494a823bd3866dd610764ab4e79f7d4aff3fbed6 /content/browser/geolocation/geolocation_provider_impl.h | |
parent | ea3a82221cf9d9ef46a344cb858adb1b93f563e7 (diff) | |
download | chromium_src-343277c1f9c6c1ccc8de4b0e6490744c9ecceeb6.zip chromium_src-343277c1f9c6c1ccc8de4b0e6490744c9ecceeb6.tar.gz chromium_src-343277c1f9c6c1ccc8de4b0e6490744c9ecceeb6.tar.bz2 |
Delete confusing documentation referring to RequestCallback.
RequestCallback was deleted in this patch: https://codereview.chromium.org/14688015/
Review URL: https://chromiumcodereview.appspot.com/22914006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation/geolocation_provider_impl.h')
-rw-r--r-- | content/browser/geolocation/geolocation_provider_impl.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/content/browser/geolocation/geolocation_provider_impl.h b/content/browser/geolocation/geolocation_provider_impl.h index d4b5afb..68e83a8 100644 --- a/content/browser/geolocation/geolocation_provider_impl.h +++ b/content/browser/geolocation/geolocation_provider_impl.h @@ -25,11 +25,8 @@ class GeolocationProviderTest; // This is the main API to the geolocation subsystem. The application will hold // a single instance of this class and can register multiple clients to be // notified of location changes: -// * Observers are registered by AddLocationUpdateCallback() and will keep -// receiving updates -// until unregistered by RemoveLocationUpdateCallback(). -// * Callbacks are registered by RequestCallback() and will be called exactly -// once when the next update becomes available. +// * Callbacks are registered by AddLocationUpdateCallback() and will keep +// receiving updates until unregistered by RemoveLocationUpdateCallback(). // The application must instantiate the GeolocationProvider on the IO thread and // must communicate with it on the same thread. // The underlying location arbitrator will only be enabled whilst there is at |