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

Unified Diff: content/common/view_messages.h

Issue 342143004: Defect 248426: Speak rendered text when no selection is made on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style changes fixed for Defect 248426 Created 6 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index eb78f5872a25dcbf118e9b0c8718debbb69ffd47..11c1d89161bf12510ba4924aeecf606c4f1fbede 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -884,6 +884,7 @@ IPC_MESSAGE_ROUTED3(ViewMsg_WindowSnapshotCompleted,
gfx::Size /* size */,
std::vector<unsigned char> /* png */)
+// Notifies render view to retrieve rendered text from WebView.
IPC_MESSAGE_ROUTED0(ViewMsg_GetRenderedText)
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698