| Index: chrome/browser/geolocation/geolocation_permission_context.h
|
| diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h
|
| index 996a54fe431049770ea2f0b045b992c90f1cc405..a537452ad405a618569304dd2db757ca18279d83 100644
|
| --- a/chrome/browser/geolocation/geolocation_permission_context.h
|
| +++ b/chrome/browser/geolocation/geolocation_permission_context.h
|
| @@ -27,7 +27,6 @@ class GeolocationPermissionContext
|
|
|
| // The render is requesting permission to use Geolocation.
|
| // Response will be sent asynchronously as ViewMsg_Geolocation_PermissionSet.
|
| - // Must be called from the IO thread.
|
| void RequestGeolocationPermission(
|
| int render_process_id, int render_view_id, int bridge_id,
|
| const GURL& requesting_frame);
|
|
|