| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/tab_contents_container.h (revision 115251)
|
| +++ chrome/browser/ui/views/tab_contents/tab_contents_container.h (working copy)
|
| @@ -38,7 +38,7 @@
|
| void SetFastResize(bool fast_resize);
|
|
|
| // Updates the current reserved rect in view coordinates where contents
|
| - // should not be rendered to draw the resize corner, sidebar mini tabs etc.
|
| + // should not be rendered to draw the resize corner, etc.
|
| void SetReservedContentsRect(const gfx::Rect& reserved_rect);
|
|
|
| // Overridden from content::NotificationObserver:
|
| @@ -87,7 +87,7 @@
|
| content::NotificationRegistrar registrar_;
|
|
|
| // The current reserved rect in view coordinates where contents should not be
|
| - // rendered to draw the resize corner, sidebar mini tabs etc.
|
| + // rendered to draw the resize corner, etc.
|
| // Cached here to update ever changing renderers.
|
| gfx::Rect cached_reserved_rect_;
|
|
|
|
|