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

Unified Diff: chrome/common/render_messages.h

Issue 939713003: Enabled the "search web for image" context menu item when "Yandex" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index a1af6f950a2997756a52754f4f8161c797032155..adb37a999afe9bdd0a59311bd470dfb84c6f1933 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -339,8 +339,9 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetWindowFeatures,
// Responds to the request for a thumbnail.
// Thumbnail data will be empty is a thumbnail could not be produced.
-IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_RequestThumbnailForContextNode_ACK,
- std::string /* JPEG-encoded thumbnail data */,
+IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_RequestThumbnailForContextNode_ACK,
+ std::string /* thumbnail data */,
+ std::string /* format of the thumbnail data */,
gfx::Size /* original size of the image */)
// Requests application info for the page. The renderer responds back with

Powered by Google App Engine
This is Rietveld 408576698