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

Unified Diff: WebKit/chromium/public/WebGeolocationServiceBridge.h

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 | « no previous file | WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebKit/chromium/public/WebGeolocationServiceBridge.h
===================================================================
--- WebKit/chromium/public/WebGeolocationServiceBridge.h (revision 67095)
+++ WebKit/chromium/public/WebGeolocationServiceBridge.h (working copy)
@@ -47,6 +47,10 @@
virtual void setIsAllowed(bool allowed) = 0;
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) = 0;
virtual void setLastError(int errorCode, const WebString& message) = 0;
+ virtual void onWebGeolocationServiceDestroyed() = 0;
+
+protected:
+ virtual ~WebGeolocationServiceBridge() {}
};
} // namespace WebKit
« no previous file with comments | « no previous file | WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698