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

Unified Diff: content/test/test_render_frame.h

Issue 2323983003: DO NOT SUBMIT: Bundle IME-related messages into one for batch edit (Closed)
Patch Set: fixed nits and fixed blimp test Created 4 years, 3 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_widget_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..d49bb294e378e7ad15119fa67538d9ecc391c17f 100644
--- a/content/test/test_render_frame.h
+++ b/content/test/test_render_frame.h
@@ -36,14 +36,8 @@ class TestRenderFrame : public RenderFrameImpl {
void SwapOut(int proxy_routing_id,
bool is_loading,
const FrameReplicationState& replicated_frame_state);
- void SetEditableSelectionOffsets(int start, int end);
- void ExtendSelectionAndDelete(int before, int after);
void Unselect();
void SetAccessibilityMode(AccessibilityMode new_mode);
- void SetCompositionFromExistingText(
- int start,
- int end,
- const std::vector<blink::WebCompositionUnderline>& underlines);
private:
explicit TestRenderFrame(const RenderFrameImpl::CreateParams& params);
« no previous file with comments | « content/renderer/render_widget_browsertest.cc ('k') | content/test/test_render_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698