summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 58e32d0..4730d8d 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -280,7 +280,6 @@ class Browser : public TabStripModelDelegate,
virtual bool IsPopup(TabContents* source);
virtual void URLStarredChanged(TabContents* source, bool starred);
- virtual void WindowMoved();
virtual void ContentsMouseEvent(TabContents* source, UINT message);
virtual void UpdateTargetURL(TabContents* source, const GURL& url);
@@ -398,11 +397,6 @@ class Browser : public TabStripModelDelegate,
// TODO(beng): remove this.
StatusBubble* GetStatusBubble();
- // Syncs the window title with current_tab_. This may be necessary because
- // current_tab_'s title changed, or because current_tab_ itself has
- // changed.
- void SyncWindowTitle();
-
// Saves the location of the window to the history database.
void SaveWindowPlacementToDatabase();
// Window placement memory across sessions.