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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_views.cc

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang Created 9 years, 8 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/browser/renderer_host/render_widget_host_view_views.cc
diff --git a/chrome/browser/renderer_host/render_widget_host_view_views.cc b/chrome/browser/renderer_host/render_widget_host_view_views.cc
index ee2c43f1edd881b935082a0c2ba60117db0b26e0..be7e8fcbb23a5001334bcd012078ad2e637696cc 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_views.cc
+++ b/chrome/browser/renderer_host/render_widget_host_view_views.cc
@@ -355,7 +355,8 @@ void RenderWidgetHostViewViews::SetTooltipText(const std::wstring& tip) {
// NOTIMPLEMENTED(); ... too annoying, it triggers for every mousemove
}
-void RenderWidgetHostViewViews::SelectionChanged(const std::string& text) {
+void RenderWidgetHostViewViews::SelectionChanged(const std::string& text,
+ const ui::Range& range) {
// TODO(anicolao): deal with the clipboard without GTK
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.h ('k') | chrome/browser/renderer_host/text_input_client_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698