Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5192)

Unified Diff: chrome/browser/geolocation/geolocation_permission_context.h

Issue 5612005: Client-based geolocation support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on trunk Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 432c9a252c11e5649e88421b58a9fc31800710dd..c2a08e78422f58b5a3defdd3756e591ded940af9 100644
--- a/chrome/browser/geolocation/geolocation_permission_context.h
+++ b/chrome/browser/geolocation/geolocation_permission_context.h
@@ -46,7 +46,7 @@ class GeolocationPermissionContext
// Called when a geolocation object wants to start receiving location updates.
// This also applies global policy around which location providers may be
- // enbaled at a given time (e.g. prior to the user agreeing to any geolocation
+ // enabled at a given time (e.g. prior to the user agreeing to any geolocation
// permission requests).
void StartUpdatingRequested(
int render_process_id, int render_view_id, int bridge_id,

Powered by Google App Engine
This is Rietveld 408576698