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

Unified Diff: content/test/test_render_frame.h

Issue 1889053003: Fix InputConnection.deleteSurroundingText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change int to size_t Created 4 years, 2 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 0976f7822774a9edcad66ad8453454314310a182..94089c38d062d346a8f5bf54ea97b04264752688 100644
--- a/content/test/test_render_frame.h
+++ b/content/test/test_render_frame.h
@@ -38,6 +38,7 @@ class TestRenderFrame : public RenderFrameImpl {
const FrameReplicationState& replicated_frame_state);
void SetEditableSelectionOffsets(int start, int end);
void ExtendSelectionAndDelete(int before, int after);
+ void DeleteSurroundingText(int before, int after);
clamy 2016/10/13 13:44:20 nit: this too should be changed to size_t.
void Unselect();
void SetAccessibilityMode(AccessibilityMode new_mode);
void SetCompositionFromExistingText(
« 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