| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index d482465afa9078b63f2ef04a436a01128b3064e8..8ca8cd9bc64bba99d490f3c6bb478862326c668f 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -103,6 +103,13 @@ class AwContents : public FindHelper::Listener,
|
| int scroll_x, int scroll_y);
|
| void FocusFirstNode(JNIEnv* env, jobject obj);
|
|
|
| + // Geolocation API support
|
| + void OnGeolocationShowPrompt(int render_process_id,
|
| + int render_view_id,
|
| + int bridge_id,
|
| + const GURL& requesting_frame);
|
| + void OnGeolocationHidePrompt();
|
| +
|
| // Find-in-page API and related methods.
|
| jint FindAllSync(JNIEnv* env, jobject obj, jstring search_string);
|
| void FindAllAsync(JNIEnv* env, jobject obj, jstring search_string);
|
|
|