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

Unified Diff: content/test/test_render_frame.h

Issue 2617443002: Implement ThreadedInputConnection.deleteSurroundingTextInCodePoints() (Closed)
Patch Set: Add more comments Created 3 years, 12 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/test/test_render_frame.h
diff --git a/content/test/test_render_frame.h b/content/test/test_render_frame.h
index 62ddb2dfc61ecf9132b87838f8cfc1c0a64405f9..9d7992683723f7c031cb256a35e411ec621bd3f5 100644
--- a/content/test/test_render_frame.h
+++ b/content/test/test_render_frame.h
@@ -38,6 +38,7 @@ class TestRenderFrame : public RenderFrameImpl {
void SetEditableSelectionOffsets(int start, int end);
void ExtendSelectionAndDelete(int before, int after);
void DeleteSurroundingText(int before, int after);
+ void DeleteSurroundingTextInCodePoints(int before, int after);
void Unselect();
void SetAccessibilityMode(AccessibilityMode new_mode);
void SetCompositionFromExistingText(

Powered by Google App Engine
This is Rietveld 408576698