| Index: chrome/browser/views/tabs/tab_renderer.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_renderer.h (revision 13154)
|
| +++ chrome/browser/views/tabs/tab_renderer.h (working copy)
|
| @@ -37,9 +37,9 @@
|
| virtual ~TabRenderer();
|
|
|
| // Updates the data the Tab uses to render itself from the specified
|
| - // TabContents. If only the loading state was updated, the loading_only flag
|
| - // should be specified. If other things change, set this flag to false to
|
| - // update everything.
|
| + // TabContents.
|
| + //
|
| + // See TabStripModel::TabChangedAt documentation for what loading_only means.
|
| void UpdateData(TabContents* contents, bool loading_only);
|
|
|
| // Updates the display to reflect the contents of this TabRenderer's model.
|
|
|