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

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

Issue 2865133005: Create accessor for owner's manager to simplify code a bit (Closed)
Patch Set: Created 3 years, 7 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 32971774b35171aca44825f00ce50874e3f0cb56..ef16af35e9a667b84fdcb85de72e1af73f46c449 100644
--- a/content/browser/accessibility/browser_accessibility_com_win.h
+++ b/content/browser/accessibility/browser_accessibility_com_win.h
@@ -745,6 +745,8 @@ class __declspec(uuid("562072fe-3390-43b1-9e2c-dd4118f5ac79"))
BrowserAccessibilityWin* GetOwner() const { return owner_; }
void SetOwner(BrowserAccessibilityWin* owner) { owner_ = owner; }
+ BrowserAccessibilityManager* owners_manager() const;
dmazzoni 2017/05/10 06:10:04 I'd just call this Manager() I don't think the st
+
// Returns the IA2 text attributes for this object.
std::vector<base::string16> ComputeTextAttributes() const;

Powered by Google App Engine
This is Rietveld 408576698