summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_contents_controller.h
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-17 18:54:23 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-17 18:54:23 +0000
commit500c9f12f3f90e82ad0108edbfd35fc499d5b21d (patch)
tree404dbec031f19f4ff608cf6114af9846c09d3a67 /chrome/browser/cocoa/tab_contents_controller.h
parentbdd546bcccfecdf50fb6c9becd7fdda1a4d29428 (diff)
downloadchromium_src-500c9f12f3f90e82ad0108edbfd35fc499d5b21d.zip
chromium_src-500c9f12f3f90e82ad0108edbfd35fc499d5b21d.tar.gz
chromium_src-500c9f12f3f90e82ad0108edbfd35fc499d5b21d.tar.bz2
Unstub some more of the Browser object, including the part that sets it as the delegate of the TabContents object. That allows page-load notifications to make their way through the browser UI layer. Hook up notification to Mac tab strip to set the title as it's changed.
Review URL: http://codereview.chromium.org/20429 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_contents_controller.h')
-rw-r--r--chrome/browser/cocoa/tab_contents_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_contents_controller.h b/chrome/browser/cocoa/tab_contents_controller.h
index a5dd5dc..4d205bb 100644
--- a/chrome/browser/cocoa/tab_contents_controller.h
+++ b/chrome/browser/cocoa/tab_contents_controller.h
@@ -57,6 +57,10 @@ class TabStripModel;
// enabled.
- (void)willBecomeSelectedTab;
+// Called when the tab contents is updated in some non-descript way (the
+// notification from the model isn't specific).
+- (void)tabDidChange;
+
// Called when any url bar state changes. If |tabForRestoring| is non-NULL,
// it points to a TabContents whose state we should restore.
- (void)updateToolbarWithContents:(TabContents*)tabForRestoring;