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

Unified Diff: chrome/common/render_messages_internal.h

Issue 150062: [chromium-reviews] Add getLanguage function to tabs extension (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 20334)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -191,6 +191,14 @@
string16 /* search_text */,
WebKit::WebFindOptions)
+ // Send from the browser to the rendered to get the text content of the page.
+ IPC_MESSAGE_ROUTED0(ViewMsg_DeterminePageText)
+
+ // Send from the renderer to the browser to return the text content of the
+ // page.
+ IPC_MESSAGE_ROUTED1(ViewMsg_DeterminePageText_Reply,
+ std::wstring /* the language */)
+
// Sent when the headers are available for a resource request.
IPC_MESSAGE_ROUTED2(ViewMsg_Resource_ReceivedResponse,
int /* request_id */,

Powered by Google App Engine
This is Rietveld 408576698