summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_titlebar.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 20:22:37 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 20:22:37 +0000
commit137d06ca00cae8443eb8278f309ee6731358c822 (patch)
tree80d3b11bf264e04dda73b26d854e55845460653a /chrome/browser/gtk/browser_titlebar.h
parent71f4c1dc80499f254b9f06e510002ff3b43a87e0 (diff)
downloadchromium_src-137d06ca00cae8443eb8278f309ee6731358c822.zip
chromium_src-137d06ca00cae8443eb8278f309ee6731358c822.tar.gz
chromium_src-137d06ca00cae8443eb8278f309ee6731358c822.tar.bz2
Set the window icon to the favicon when in app mode.
BUG=19734 TEST=Run chrome --app=http://www.google.com/ . The task bar should show the google favicon. Review URL: http://codereview.chromium.org/174542 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/browser_titlebar.h')
-rw-r--r--chrome/browser/gtk/browser_titlebar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/gtk/browser_titlebar.h b/chrome/browser/gtk/browser_titlebar.h
index a3dbb0c..f4508be 100644
--- a/chrome/browser/gtk/browser_titlebar.h
+++ b/chrome/browser/gtk/browser_titlebar.h
@@ -40,8 +40,8 @@ class BrowserTitlebar : public MenuGtk::Delegate,
// tall titlebar and the min/max/close buttons.
void UpdateCustomFrame(bool use_custom_frame);
- // Updates the title when in app or popup mode (no tabstrip).
- void UpdateTitle();
+ // Updates the title and icon when in app or popup mode (no tabstrip).
+ void UpdateTitleAndIcon();
// Called by the browser asking us to update the loading throbber.
// |tab_contents| is the tab that is associated with the window throbber.