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

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

Issue 2866283003: Remove BrowserAccessibilityWin::Destroy in favor of using the destructor (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 250c9a8305c3d985f75abddc1cfc5fdecf1bc231..eafbf089ec0309d64b32c84ec9ec6585841fea66 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -29,7 +29,6 @@ class CONTENT_EXPORT BrowserAccessibilityWin : public BrowserAccessibility {
//
void OnSubtreeWillBeDeleted() override;
bool IsNative() const override;
- void Destroy() override;
void OnLocationChanged() override;
base::string16 GetText() const override;
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698