| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index b5b54d017c63e1e0fe8dcfe336adeb0b12bf1eaa..4fcd86d5735c9a68512c10f2b55f06759a18fbf8 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -597,6 +597,10 @@ base::string16 Browser::GetWindowTitleForCurrentTab(
|
| // On Mac, we don't want to suffix the page title with the application name.
|
| return title;
|
| #endif
|
| +
|
| + // Append window state
|
| +
|
| +
|
| // Include the app name in window titles for tabbed browser windows when
|
| // requested with |include_app_name|.
|
| return (!is_app() && include_app_name) ?
|
|
|