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

Unified Diff: WebCore/platform/chromium/GeolocationServiceChromium.h

Issue 3316011: Merge 66886 - 2010-09-07 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 | WebCore/platform/chromium/GeolocationServiceChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/platform/chromium/GeolocationServiceChromium.h
===================================================================
--- WebCore/platform/chromium/GeolocationServiceChromium.h (revision 67096)
+++ WebCore/platform/chromium/GeolocationServiceChromium.h (working copy)
@@ -42,6 +42,7 @@
// Provides an interface for GeolocationServiceChromium to call into the embedder.
class GeolocationServiceBridge {
public:
+ virtual ~GeolocationServiceBridge();
// Called by GeolocationServiceChromium.
virtual bool startUpdating(PositionOptions*) = 0;
virtual void stopUpdating() = 0;
« no previous file with comments | « no previous file | WebCore/platform/chromium/GeolocationServiceChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698