| Index: chrome/browser/ui/window_sizer/window_sizer_common_unittest.h
|
| diff --git a/chrome/browser/ui/window_sizer/window_sizer_common_unittest.h b/chrome/browser/ui/window_sizer/window_sizer_common_unittest.h
|
| index 5ad48a9bb55e598e28f9ceaf51f3ccd9ea07b9e1..efab71039e56b62fa963f23b91b16e3c46d1fd0c 100644
|
| --- a/chrome/browser/ui/window_sizer/window_sizer_common_unittest.h
|
| +++ b/chrome/browser/ui/window_sizer/window_sizer_common_unittest.h
|
| @@ -48,32 +48,6 @@ static const gfx::Rect taskbar_right_work_area(0, 0, 917, 768);
|
|
|
| extern int kWindowTilePixels;
|
|
|
| -// Testing implementation of WindowSizer::MonitorInfoProvider that we can use
|
| -// to fake various monitor layouts and sizes.
|
| -class TestMonitorInfoProvider : public MonitorInfoProvider {
|
| - public:
|
| - TestMonitorInfoProvider();
|
| - virtual ~TestMonitorInfoProvider();
|
| -
|
| - void AddMonitor(const gfx::Rect& bounds, const gfx::Rect& work_area);
|
| -
|
| - // Overridden from WindowSizer::MonitorInfoProvider:
|
| - virtual gfx::Rect GetPrimaryDisplayWorkArea() const OVERRIDE;
|
| -
|
| - virtual gfx::Rect GetPrimaryDisplayBounds() const OVERRIDE;
|
| -
|
| - virtual gfx::Rect GetMonitorWorkAreaMatching(
|
| - const gfx::Rect& match_rect) const OVERRIDE;
|
| -
|
| - private:
|
| - size_t GetMonitorIndexMatchingBounds(const gfx::Rect& match_rect) const;
|
| -
|
| - std::vector<gfx::Rect> monitor_bounds_;
|
| - std::vector<gfx::Rect> work_areas_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(TestMonitorInfoProvider);
|
| -};
|
| -
|
| // Testing implementation of WindowSizer::StateProvider that we use to fake
|
| // persistent storage and existing windows.
|
| class TestStateProvider : public WindowSizer::StateProvider {
|
|
|