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

Unified Diff: chrome/browser/views/tabs/tab.cc

Issue 1616004: Fix Regression for Accessible Names (Closed)
Patch Set: Created 10 years, 9 months 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/views/tabs/tab.cc
diff --git a/chrome/browser/views/tabs/tab.cc b/chrome/browser/views/tabs/tab.cc
index 3d0f422c216f024ceaf78893f32fa88d2a9b0c94..3f3da3f412c4c2ef83e24482a332f79af3860464 100644
--- a/chrome/browser/views/tabs/tab.cc
+++ b/chrome/browser/views/tabs/tab.cc
@@ -196,11 +196,6 @@ bool Tab::GetAccessibleRole(AccessibilityTypes::Role* role) {
return true;
}
-bool Tab::GetAccessibleName(std::wstring* name) {
- *name = GetTitle();
- return !name->empty();
-}
-
///////////////////////////////////////////////////////////////////////////////
// Tab, views::ContextMenuController implementation:

Powered by Google App Engine
This is Rietveld 408576698