| Index: content/browser/devtools/protocol/emulation_handler.h
|
| diff --git a/content/browser/devtools/protocol/emulation_handler.h b/content/browser/devtools/protocol/emulation_handler.h
|
| index 2a30f3bb28458032d41bcbedf8d9ac32dfb97ff4..c2a4bd38fbd80e400279a0054139078255441638 100644
|
| --- a/content/browser/devtools/protocol/emulation_handler.h
|
| +++ b/content/browser/devtools/protocol/emulation_handler.h
|
| @@ -49,14 +49,6 @@ class EmulationHandler : public page::PageHandler::ScreencastListener {
|
| bool fit_window,
|
| const double* optional_scale,
|
| const double* optional_offset_x,
|
| - const double* optional_offset_y);
|
| - Response SetDeviceMetricsOverride(int width,
|
| - int height,
|
| - double device_scale_factor,
|
| - bool mobile,
|
| - bool fit_window,
|
| - const double* optional_scale,
|
| - const double* optional_offset_x,
|
| const double* optional_offset_y,
|
| const int* screen_widget,
|
| const int* screen_height,
|
|
|