| Index: chrome/browser/ui/window_sizer/window_sizer.h
|
| diff --git a/chrome/browser/ui/window_sizer/window_sizer.h b/chrome/browser/ui/window_sizer/window_sizer.h
|
| index e104e79ac1b0b8e52b5ef31472a8ea34bec90f24..865f99b691ccc0d9a805fc2337a6482dacdb388c 100644
|
| --- a/chrome/browser/ui/window_sizer/window_sizer.h
|
| +++ b/chrome/browser/ui/window_sizer/window_sizer.h
|
| @@ -148,11 +148,11 @@ class WindowSizer {
|
| // will be called before DetermineWindowBounds. It will return true when the
|
| // function was setting the bounds structure to the desired size. Otherwise
|
| // another algorithm should get used to determine the correct bounds.
|
| - bool GetBoundsIgnoringPreviousState(const gfx::Rect& specified_bounds,
|
| - gfx::Rect* bounds) const;
|
| + bool GetBoundsOverride(const gfx::Rect& specified_bounds,
|
| + gfx::Rect* bounds) const;
|
| #if defined(USE_ASH)
|
| - bool GetBoundsIgnoringPreviousStateAsh(const gfx::Rect& specified_bounds,
|
| - gfx::Rect* bounds) const;
|
| + bool GetBoundsOverrideAsh(const gfx::Rect& specified_bounds,
|
| + gfx::Rect* bounds_in_screen) const;
|
| #endif
|
|
|
| // Providers for persistent storage and monitor metrics.
|
|
|