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

Unified Diff: content/test/test_render_frame.cc

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: For dtrainor@'s review Created 3 years, 9 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
« no previous file with comments | « content/test/test_render_frame.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame.cc
diff --git a/content/test/test_render_frame.cc b/content/test/test_render_frame.cc
index 786d5f406e83a14468d574659dc87bfb7cdb453f..b2703119a07a330cdf01b2a7c3d768d92d9aa1ff 100644
--- a/content/test/test_render_frame.cc
+++ b/content/test/test_render_frame.cc
@@ -60,8 +60,8 @@ void TestRenderFrame::DeleteSurroundingTextInCodePoints(int before, int after) {
OnDeleteSurroundingTextInCodePoints(before, after);
}
-void TestRenderFrame::Unselect() {
- OnUnselect();
+void TestRenderFrame::CollapseSelection() {
+ OnCollapseSelection();
}
void TestRenderFrame::SetAccessibilityMode(AccessibilityMode new_mode) {
« no previous file with comments | « content/test/test_render_frame.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698