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

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

Issue 2981083002: Migrate BrowserAccessibility windows unique id handling to AXPlatformNodeWin. (Closed)
Patch Set: Android fix. I was hoping I could get rid of this. Someday though! Created 3 years, 5 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_com_win.h
diff --git a/content/browser/accessibility/browser_accessibility_com_win.h b/content/browser/accessibility/browser_accessibility_com_win.h
index 28397d319bda286c3cce7cb29799a73c45ed34f2..716d282341910de835df3f6aa952d35608ff6530 100644
--- a/content/browser/accessibility/browser_accessibility_com_win.h
+++ b/content/browser/accessibility/browser_accessibility_com_win.h
@@ -749,7 +749,6 @@ class __declspec(uuid("562072fe-3390-43b1-9e2c-dd4118f5ac79"))
//
void Destroy() override;
void Init(ui::AXPlatformNodeDelegate* delegate) override;
- AXPlatformNode* GetFromUniqueId(int32_t unique_id) override;
// Returns the IA2 text attributes for this object.
std::vector<base::string16> ComputeTextAttributes() const;

Powered by Google App Engine
This is Rietveld 408576698