Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 01f28809a346828e9048f8782a47f8a8c51cbe31..c313cee4901db0938cb849607881a5e38c03918a 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -301,7 +301,8 @@ class Browser : public TabStripModelObserver, |
| gfx::Image GetCurrentPageIcon() const; |
| // Gets the title of the window based on the selected tab's title. |
| - base::string16 GetWindowTitleForCurrentTab() const; |
| + // Disables additional formatting when |accessible| is true. |
| + base::string16 GetWindowTitleForCurrentTab(bool accessible) const; |
|
sky
2016/06/25 14:59:37
How about naming accessible more explicitly: inclu
varkha
2016/06/27 15:00:24
Done.
|
| // Prepares a title string for display (removes embedded newlines, etc). |
| static void FormatTitleForDisplay(base::string16* title); |