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

Unified Diff: webkit/glue/chrome_client_impl.h

Issue 160084: Chaos geolocation demo, non-WebKit part. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 months 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
« no previous file with comments | « webkit/chaos/V8CustomChaosPositionCallback.cpp ('k') | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/chrome_client_impl.h
===================================================================
--- webkit/glue/chrome_client_impl.h (revision 23543)
+++ webkit/glue/chrome_client_impl.h (working copy)
@@ -13,9 +13,11 @@
MSVC_POP_WARNING();
class WebViewImpl;
+class ChooseGeolocationProviderCallback;
namespace WebCore {
class HTMLParserQuirks;
+class KURL;
class PopupContainer;
class SecurityOrigin;
struct WindowFeatures;
@@ -147,6 +149,10 @@
virtual PassOwnPtr<WebCore::HTMLParserQuirks> createHTMLParserQuirks() { return 0; }
+ virtual void chooseGeolocationProvider(
+ ChooseGeolocationProviderCallback *geolocation_provider_callback,
+ const WebCore::KURL &url);
+
private:
void GetPopupMenuInfo(WebCore::PopupContainer* popup_container,
WebKit::WebPopupMenuInfo* info);
« no previous file with comments | « webkit/chaos/V8CustomChaosPositionCallback.cpp ('k') | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698