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

Unified Diff: WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp

Issue 3311022: Merge 66837 - 2010-09-06 Jonathan Dixon <joth@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/chromium/public/WebGeolocationServiceBridge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp
===================================================================
--- WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp (revision 67095)
+++ WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp (working copy)
@@ -79,6 +79,7 @@
virtual void setIsAllowed(bool allowed);
virtual void setLastPosition(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed, long long timestamp);
virtual void setLastError(int errorCode, const WebString& message);
+ virtual void onWebGeolocationServiceDestroyed();
private:
WebViewClient* getWebViewClient();
@@ -176,6 +177,10 @@
return webViewClient;
}
+void WebGeolocationServiceBridgeImpl::onWebGeolocationServiceDestroyed()
+{
+}
+
} // namespace WebKit
#endif // ENABLE(GEOLOCATION)
« no previous file with comments | « WebKit/chromium/public/WebGeolocationServiceBridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698