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

Unified Diff: content/renderer/render_view_impl.h

Issue 16903002: Allow AccessibilityHostMsg_Notifications messages to be sent from the renderer while it is swapped … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 7 years, 6 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 08402a607662ba16e3024b84c784e4c1e10974b3..36d3252ca96c2e56f42f4d50e2bfb29488b66875 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -879,6 +879,8 @@ class CONTENT_EXPORT RenderViewImpl
FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest,
ShouldUpdateSelectionTextFromContextMenuParams);
FRIEND_TEST_ALL_PREFIXES(RenderViewImplTest, BasicRenderFrame);
+ FRIEND_TEST_ALL_PREFIXES(RendererAccessibilityTest,
Charlie Reis 2013/06/19 15:09:47 nit: This should be alphabetized above the RenderV
dmazzoni 2013/06/19 15:34:21 Done.
+ AccessibilityMessagesQueueWhileSwappedOut);
typedef std::map<GURL, double> HostZoomLevels;

Powered by Google App Engine
This is Rietveld 408576698