Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5560)

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_container.h

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698