| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 79a3935eff0a36697627d317cc9730b83547cbcb..08a43cf549bf118c88b77763b3f7f7869c4b175c 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -129,6 +129,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| virtual void PasteAndMatchStyle() = 0;
|
| virtual void Delete() = 0;
|
| virtual void SelectAll() = 0;
|
| + virtual void Unselect() = 0;
|
|
|
| // Update the text direction of the focused input element and notify it to a
|
| // renderer process.
|
|
|