diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 18:09:52 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 18:09:52 +0000 |
commit | c43207ea2d894f09a4079d4d97ad8591e8267553 (patch) | |
tree | 727703d181dbcdb75c7102e0e34b0bbe93c7d883 /app/table_model.h | |
parent | a75965d3b1a1ed03ac54aac886d7b44726d7d164 (diff) | |
download | chromium_src-c43207ea2d894f09a4079d4d97ad8591e8267553.zip chromium_src-c43207ea2d894f09a4079d4d97ad8591e8267553.tar.gz chromium_src-c43207ea2d894f09a4079d4d97ad8591e8267553.tar.bz2 |
Implement new task manager mocks on windows.
Added API to differentiate between background resources and normal
foreground tabs, and added support for grouping processes containing background
resources in a separate section of task manager.
BUG=63140
TEST=bring up task manager on windows
Review URL: http://codereview.chromium.org/4987001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/table_model.h')
-rw-r--r-- | app/table_model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/table_model.h b/app/table_model.h index baae390..78dedf1 100644 --- a/app/table_model.h +++ b/app/table_model.h @@ -45,6 +45,9 @@ class TableModel { // column zero. virtual std::wstring GetTooltip(int row); + // If true, this row should be indented. + virtual bool ShouldIndent(int row); + // Returns true if the TableView has groups. Groups provide a way to visually // delineate the rows in a table view. When groups are enabled table view // shows a visual separator for each group, followed by all the rows in |