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

Unified Diff: content/common/swapped_out_messages.cc

Issue 15741009: Native Android accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 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/common/swapped_out_messages.cc
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
index 5fe91cb1c2a16c285183de6942144aa1a11b63d3..f5a265187ef2e1cd68329a16fe27fe8a96ea0160 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -32,6 +32,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
// Allow cross-process JavaScript calls.
case ViewHostMsg_RouteCloseEvent::ID:
case ViewHostMsg_RouteMessageEvent::ID:
+ case AccessibilityHostMsg_Notifications::ID:
return true;
default:
break;
@@ -72,7 +73,6 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
// Sends an ACK.
case ViewHostMsg_RequestMove::ID:
// Sends an ACK.
- case AccessibilityHostMsg_Notifications::ID:
#if defined(USE_X11)
// Synchronous message when leaving a page with plugin. In this case,
// we want to destroy the plugin rather than return an error message.

Powered by Google App Engine
This is Rietveld 408576698