| Index: apps/shell_window_geometry_cache.h
|
| diff --git a/apps/shell_window_geometry_cache.h b/apps/shell_window_geometry_cache.h
|
| index d4b3581b0db9500e701adc58e35ecf10ab71e5cd..b6709df2929138fda1a2e0e5a8e4f199e9f3e4b0 100644
|
| --- a/apps/shell_window_geometry_cache.h
|
| +++ b/apps/shell_window_geometry_cache.h
|
| @@ -73,8 +73,8 @@ class ShellWindowGeometryCache
|
| ui::WindowShowState state);
|
|
|
| // Get any saved geometry and state associated with |extension_id| and
|
| - // |window_id|. If saved data exists, sets |bounds| and |state| if not NULL
|
| - // and returns true.
|
| + // |window_id|. If saved data exists, sets |bounds|, |screen_bounds| and
|
| + // |state| if not NULL and returns true.
|
| bool GetGeometry(const std::string& extension_id,
|
| const std::string& window_id,
|
| gfx::Rect* bounds,
|
|
|