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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_views.h

Issue 2891653003: [omnibox] Break out SetCaretPos() method and enhance browser test (Closed)
Patch Set: Better Mac call Created 3 years, 7 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: chrome/browser/ui/views/omnibox/omnibox_view_views.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
index 520cc3f557e05f268dd79bfd5e41604bd3a64b2a..c6d84b4373880f339bce79f33c4f22d615f4d4ac 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
@@ -134,6 +134,7 @@ class OmniboxViewViews
size_t caret_pos,
bool update_popup,
bool notify_text_changed) override;
+ void SetCaretPos(size_t caret_pos) override;
bool IsSelectAll() const override;
bool DeleteAtEndPressed() override;
void UpdatePopup() override;

Powered by Google App Engine
This is Rietveld 408576698