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

Unified Diff: content/public/browser/ax_event_notification_details.cc

Issue 2255093005: Pass accessible location change messages to the automation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative fix to cast_shell Created 4 years, 4 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/public/browser/ax_event_notification_details.cc
diff --git a/content/public/browser/ax_event_notification_details.cc b/content/public/browser/ax_event_notification_details.cc
index 703f76f71377d8049f3b84ed9cad4c879e75a1c6..6bc9e338885d479eefc5c83f961cae3c537f7b19 100644
--- a/content/public/browser/ax_event_notification_details.cc
+++ b/content/public/browser/ax_event_notification_details.cc
@@ -17,4 +17,15 @@ AXEventNotificationDetails::AXEventNotificationDetails(
AXEventNotificationDetails::~AXEventNotificationDetails() {}
+AXLocationChangeNotificationDetails::AXLocationChangeNotificationDetails()
+ : id(-1),
+ ax_tree_id(-1) {
+}
+
+AXLocationChangeNotificationDetails::AXLocationChangeNotificationDetails(
+ const AXLocationChangeNotificationDetails& other) = default;
+
+AXLocationChangeNotificationDetails::~AXLocationChangeNotificationDetails() {}
+
+
} // namespace content
« no previous file with comments | « content/public/browser/ax_event_notification_details.h ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698