Chromium Code Reviews| 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
|