| Index: third_party/WebKit/WebCore/page/Chrome.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/page/Chrome.h (revision 11711)
|
| +++ third_party/WebKit/WebCore/page/Chrome.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| class ContextMenu;
|
| class FloatRect;
|
| class Frame;
|
| + class Geolocation;
|
| class HitTestResult;
|
| class IntRect;
|
| class Page;
|
| @@ -119,7 +120,7 @@
|
| void enableSuddenTermination();
|
| void disableSuddenTermination();
|
|
|
| - bool shouldAllowGeolocationForFrame(Frame*);
|
| + void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
|
|
|
| void runOpenPanel(Frame*, PassRefPtr<FileChooser>);
|
|
|
|
|