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

Unified Diff: chrome/browser/views/tabs/tab_renderer.h

Issue 63029: Clarify the documentation for loading_only on TabRenderer::UpdateData. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months 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/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.
« chrome/browser/tabs/tab_strip_model.h ('K') | « chrome/browser/tabs/tab_strip_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698