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

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

Issue 859133003: Fire AX text inserted event when embedded obj char changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility.h
diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
index e8a7d387d31407d42f3304e4591caa2f4b98c383..47f19b7cb33707ab0de7d6269ca491c489a23766 100644
--- a/content/browser/accessibility/browser_accessibility.h
+++ b/content/browser/accessibility/browser_accessibility.h
@@ -58,14 +58,8 @@ class CONTENT_EXPORT BrowserAccessibility {
// its data changes.
virtual void OnDataChanged() {}
- // Called after an atomic update to the tree finished and this object
- // was created or changed in this update.
- virtual void OnUpdateFinished() {}
-
virtual void OnSubtreeWillBeDeleted() {}
- virtual void OnSubtreeCreationFinished() {}
-
// Called when the location changed.
virtual void OnLocationChanged() {}
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698