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

Unified Diff: content/common/geolocation_messages.h

Issue 65273002: Add a mechanism to pause and resume geolocation requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wire up onPause/onResume Created 7 years, 1 month 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
Index: content/common/geolocation_messages.h
diff --git a/content/common/geolocation_messages.h b/content/common/geolocation_messages.h
index 2c70a743b9e0e154d3f850438b37942679eed29b..d1e0ad1e1e49e7eb6e1e2fe133e2710fce1d1d1b 100644
--- a/content/common/geolocation_messages.h
+++ b/content/common/geolocation_messages.h
@@ -70,3 +70,7 @@ IPC_MESSAGE_CONTROL3(GeolocationHostMsg_StartUpdating,
// for other origins.
IPC_MESSAGE_CONTROL1(GeolocationHostMsg_StopUpdating,
int /* render_view_id */)
+
+IPC_MESSAGE_CONTROL2(GeolocationHostMsg_PauseOrResume,
+ int,
Michael van Ouwerkerk 2013/11/08 12:27:27 Comment what this is
+ bool)
Michael van Ouwerkerk 2013/11/08 12:27:27 Comment what this is

Powered by Google App Engine
This is Rietveld 408576698