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

Unified Diff: content/test/test_render_frame.h

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/renderer/render_view_browsertest.cc ('k') | content/test/test_render_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame.h
diff --git a/content/test/test_render_frame.h b/content/test/test_render_frame.h
index 9d7992683723f7c031cb256a35e411ec621bd3f5..7b0a45e22687cb7a916cef2d8bf8978e9a202c96 100644
--- a/content/test/test_render_frame.h
+++ b/content/test/test_render_frame.h
@@ -39,7 +39,7 @@ class TestRenderFrame : public RenderFrameImpl {
void ExtendSelectionAndDelete(int before, int after);
void DeleteSurroundingText(int before, int after);
void DeleteSurroundingTextInCodePoints(int before, int after);
- void Unselect();
+ void CollapseSelection();
void SetAccessibilityMode(AccessibilityMode new_mode);
void SetCompositionFromExistingText(
int start,
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/test/test_render_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698