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

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

Issue 2684543002: Finish implementation and tests of 5 ARIA 1.1 attributes. (Closed)
Patch Set: Update expectations Created 3 years, 10 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 30af849e26bcd596fd9449eaca97388b14ff83ca..d0789f1bac502f000cd75e0662cde1de5053f9b5 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -244,13 +244,14 @@ BrowserAccessibilityWin
LONG* similar_items_in_group,
LONG* position_in_group) override;
+ CONTENT_EXPORT STDMETHODIMP
+ get_localizedExtendedRole(BSTR* localized_extended_role) override;
+
//
// IAccessible2 methods not implemented.
//
CONTENT_EXPORT STDMETHODIMP get_extendedRole(BSTR* extended_role) override;
CONTENT_EXPORT STDMETHODIMP
- get_localizedExtendedRole(BSTR* localized_extended_role) override;
- CONTENT_EXPORT STDMETHODIMP
get_nExtendedStates(LONG* n_extended_states) override;
CONTENT_EXPORT STDMETHODIMP
get_extendedStates(LONG max_extended_states,

Powered by Google App Engine
This is Rietveld 408576698