Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 94e4c9d79abbe39fea94887371e7504b89b828a2..0531dade9e6715a711b720c6be9fde0834ad7135 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -290,9 +290,6 @@ class Browser : public TabStripModelObserver, |
// Gets the title of the window based on the selected tab's title. |
base::string16 GetWindowTitleForCurrentTab() const; |
- // Prepares a title string for display (removes embedded newlines, etc). |
- static void FormatTitleForDisplay(base::string16* title); |
- |
// OnBeforeUnload handling ////////////////////////////////////////////////// |
// Gives beforeunload handlers the chance to cancel the close. Returns whether |