Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: chrome/browser/ui/browser.cc

Issue 2497373003: Add tab status to accessibility labels (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) ?

Powered by Google App Engine
This is Rietveld 408576698