Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 5a509ef831b9a4278909e212dd8b5ac1558e563b..f968ca22bcc00ec6ed8fbea79ba067f88e1963f7 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -464,7 +464,7 @@ class WebContents : public PageNavigator, |
virtual void PasteAndMatchStyle() = 0; |
virtual void Delete() = 0; |
virtual void SelectAll() = 0; |
- virtual void Unselect() = 0; |
+ virtual void CollapseSelection() = 0; |
// Adjust the selection starting and ending points in the focused frame by |
// the given amounts. A negative amount moves the selection towards the |