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

Unified Diff: chrome/common/render_messages_internal.h

Issue 660137: Allow users to close the find session and activate the current link via ctrl-... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « chrome/common/render_messages.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 41087)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -201,10 +201,9 @@
std::string /* security info */)
// This message notifies the renderer that the user has closed the FindInPage
- // window (and that the selection should be cleared and the tick-marks
- // erased). If |clear_selection| is true, it will also clear the current
- // selection.
- IPC_MESSAGE_ROUTED1(ViewMsg_StopFinding, bool /* clear_selection */)
+ // window (and what action to take regarding the selection).
+ IPC_MESSAGE_ROUTED1(ViewMsg_StopFinding,
+ ViewMsg_StopFinding_Params /* action */)
// These messages are typically generated from context menus and request the
// renderer to apply the specified operation to the current selection.
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698