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

Unified Diff: content/browser/renderer_host/render_view_host.h

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address jam@ comments Created 9 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: content/browser/renderer_host/render_view_host.h
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h
index cc3bfacac8fe5aa5a76f6fe00120b2b552e97818..2a8a3d5fe92549732a8c46502a368ecf9aecb5fe 100644
--- a/content/browser/renderer_host/render_view_host.h
+++ b/content/browser/renderer_host/render_view_host.h
@@ -593,7 +593,7 @@ class RenderViewHost : public RenderWidgetHost {
const std::string& target);
void OnMsgSetTooltipText(const std::wstring& tooltip_text,
WebKit::WebTextDirection text_direction_hint);
- void OnMsgSelectionChanged(const std::string& text);
+ void OnMsgSelectionChanged(const std::string& text, int start, int end);
void OnMsgPasteFromSelectionClipboard();
void OnMsgRunJavaScriptMessage(const std::wstring& message,
const std::wstring& default_prompt,

Powered by Google App Engine
This is Rietveld 408576698