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

Unified Diff: ui/base/ime/chromeos/mock_ime_engine_handler.h

Issue 739323002: Requests for tabs permission for VirtualKeyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « ui/base/ime/chromeos/ime_bridge.h ('k') | ui/base/ime/chromeos/mock_ime_engine_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/mock_ime_engine_handler.h
diff --git a/ui/base/ime/chromeos/mock_ime_engine_handler.h b/ui/base/ime/chromeos/mock_ime_engine_handler.h
index 18d3d997d11bce6cd279adb7e2867a304d2d041a..60100b746ed88215e958c6af9821c3a3d6bba447 100644
--- a/ui/base/ime/chromeos/mock_ime_engine_handler.h
+++ b/ui/base/ime/chromeos/mock_ime_engine_handler.h
@@ -29,7 +29,8 @@ class UI_BASE_IME_EXPORT MockIMEEngineHandler
void CandidateClicked(uint32 index) override;
void SetSurroundingText(const std::string& text,
uint32 cursor_pos,
- uint32 anchor_pos) override;
+ uint32 anchor_pos,
+ uint32 offset_pos) override;
void SetCompositionBounds(const std::vector<gfx::Rect>& bounds) override;
int focus_in_call_count() const { return focus_in_call_count_; }
« no previous file with comments | « ui/base/ime/chromeos/ime_bridge.h ('k') | ui/base/ime/chromeos/mock_ime_engine_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698