| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index b118913f96f22826940bde4ea8d8cffdd3fa8ab1..4acb7741730d95a79383c53c528d2eb41e821045 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -68,6 +68,7 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // Retrieves the saved position and size and "show" state for the window with
|
| // the specified name.
|
| virtual bool GetSavedWindowPlacement(
|
| + const Widget* widget,
|
| const std::string& window_name,
|
| gfx::Rect* bounds,
|
| ui::WindowShowState* show_state) const = 0;
|
|
|