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

Unified Diff: content/renderer/render_widget.h

Issue 267563003: Allow browser process to request selection of word around caret (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 270058201bc10e89c4a2c69617227cb57d9a15da..c13dbdc19388dc222a429340cc0293abd45f0cd8 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -217,6 +217,8 @@ class CONTENT_EXPORT RenderWidget
void OnSwapBuffersComplete();
void OnSwapBuffersAborted();
+ void OnSelectForSearch();
+
// Checks if the text input state and compose inline mode have been changed.
// If they are changed, the new value will be sent to the browser process.
void UpdateTextInputType();

Powered by Google App Engine
This is Rietveld 408576698