| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index b04293cabf57ac60d8c0f840cade7c153a58632e..15863169bb6e650468aedaed58b7d53dc9251bf7 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -51,6 +51,13 @@ class PageHandler {
|
| std::vector<NavigationEntry>* entries);
|
|
|
| Response NavigateToHistoryEntry(int entry_id);
|
| +
|
| + Response SetGeolocationOverride(double* latitude,
|
| + double* longitude,
|
| + double* accuracy);
|
| +
|
| + Response ClearGeolocationOverride();
|
| +
|
| Response SetTouchEmulationEnabled(bool enabled);
|
|
|
| scoped_refptr<DevToolsProtocol::Response> CaptureScreenshot(
|
|
|