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

Unified Diff: content/common/swapped_out_messages.cc

Issue 23651003: Use Blink accessibility enums in Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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 | « content/common/accessibility_notification.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/swapped_out_messages.cc
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
index 5048265a1c1d0b7304929d693e4f4e67e2cc6946..05b5781b9151afc974b80bfbd86df5a6a596f300 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -75,7 +75,7 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
// Sends an ACK.
case ViewHostMsg_RequestMove::ID:
// Sends an ACK.
- case AccessibilityHostMsg_Notifications::ID:
+ case AccessibilityHostMsg_Events::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.
« no previous file with comments | « content/common/accessibility_notification.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698