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

Unified Diff: content/browser/devtools/protocol/emulation_handler.h

Issue 2808123004: [devtools] Remove device emulation background color override. (Closed)
Patch Set: . Created 3 years, 8 months 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/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 2cd97be310da367afe7a02a50a7d4278f9fdbeff..0989763669fc9b39ab3f8088da5e4ca8e6ea0161 100644
--- a/content/browser/devtools/protocol/emulation_handler.h
+++ b/content/browser/devtools/protocol/emulation_handler.h
@@ -49,7 +49,8 @@ class EmulationHandler : public DevToolsDomainHandler,
Maybe<int> screen_height,
Maybe<int> position_x,
Maybe<int> position_y,
- Maybe<Emulation::ScreenOrientation> screen_orientation) override;
+ Maybe<Emulation::ScreenOrientation> screen_orientation,
+ Maybe<bool> override_gutter_color) override;
Response ClearDeviceMetricsOverride() override;
Response SetVisibleSize(int width, int height) override;

Powered by Google App Engine
This is Rietveld 408576698