diff options
author | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 22:45:45 +0000 |
---|---|---|
committer | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 22:45:45 +0000 |
commit | c766a168bb731fc8618b0a202935c75fe67494ee (patch) | |
tree | 08687e47fef17d785a3e5f9df1478973a80edee9 /chrome/browser/chromeos/wm_overview_snapshot.h | |
parent | 971b3c5679671ae9f08190a54d7cd0ed30ec9cfb (diff) | |
download | chromium_src-c766a168bb731fc8618b0a202935c75fe67494ee.zip chromium_src-c766a168bb731fc8618b0a202935c75fe67494ee.tar.gz chromium_src-c766a168bb731fc8618b0a202935c75fe67494ee.tar.bz2 |
Adding support for ChromeOS snapshot window titles and favicons.
TEST=build and ran with chromeos-wm
BUG=chromium-os:2866, chromium-os:2867
Review URL: http://codereview.chromium.org/2857005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/wm_overview_snapshot.h')
-rw-r--r-- | chrome/browser/chromeos/wm_overview_snapshot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/wm_overview_snapshot.h b/chrome/browser/chromeos/wm_overview_snapshot.h index 7bc3699..1257866 100644 --- a/chrome/browser/chromeos/wm_overview_snapshot.h +++ b/chrome/browser/chromeos/wm_overview_snapshot.h @@ -14,8 +14,8 @@ class Browser; namespace chromeos { -// A single snapshot displayed by WmOverviewController. -// WmOverviewSnapshot contains a label, favicon and snapshot. +// WmOverviewSnapshot contains a snapshot image of the tab at the +// given index. class WmOverviewSnapshot : public views::WidgetGtk { public: WmOverviewSnapshot(); |