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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 1416873015: Text controls should expose their value instead of their name via IAccessibleText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser tests. Created 5 years, 2 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: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 094fea7604c7ad108103e4bb46f53d0194a5ab8b..efcb42e8d5827e01306ac38c5a9092e42e6b85b9 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -828,10 +828,6 @@ BrowserAccessibilityWin
// value for some roles.
base::string16 GetValueText();
- // Get the text of this node for the purposes of IAccessibleText - it may
- // be the name, it may be the value, etc. depending on the role.
- base::string16 TextForIAccessibleText() const;
-
bool IsSameHypertextCharacter(size_t old_char_index, size_t new_char_index);
void ComputeHypertextRemovedAndInserted(
int* start, int* old_len, int* new_len);

Powered by Google App Engine
This is Rietveld 408576698