| Index: chrome/browser/ui/window_sizer.h
|
| diff --git a/chrome/browser/ui/window_sizer.h b/chrome/browser/ui/window_sizer.h
|
| index 9a3553c52caa0a831be0a460a6b734cfbaf7f0c9..cdf765b96aabb7f0fd0b531ad7eff8339882ff68 100644
|
| --- a/chrome/browser/ui/window_sizer.h
|
| +++ b/chrome/browser/ui/window_sizer.h
|
| @@ -19,10 +19,10 @@ class MonitorInfoProvider {
|
| virtual ~MonitorInfoProvider() {}
|
|
|
| // Returns the bounds of the work area of the primary monitor.
|
| - virtual gfx::Rect GetPrimaryMonitorWorkArea() const = 0;
|
| + virtual gfx::Rect GetPrimaryDisplayWorkArea() const = 0;
|
|
|
| // Returns the bounds of the primary monitor.
|
| - virtual gfx::Rect GetPrimaryMonitorBounds() const = 0;
|
| + virtual gfx::Rect GetPrimaryDisplayBounds() const = 0;
|
|
|
| // Returns the bounds of the work area of the monitor that most closely
|
| // intersects the provided bounds.
|
|
|