| 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 f63756f20ae601eab17e82fd0d4312ba28d7edfc..74f117276079100ceaed183d47a61c16044fd268 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -38,6 +38,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(
|
|
|