Chromium Code Reviews| 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 2f45573895bc57c1b8bd62c20f7a5c57fcd8ad73..33b0bb89a93cef167ab02f059161cfc9cfa479e3 100644 |
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h |
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h |
| @@ -129,6 +129,8 @@ class OmniboxViewViews |
| // using an accessibility API (typically automation software, screen readers |
| // don't normally use this). Sets the value and clears the selection. |
| void AccessibilitySetValue(const base::string16& new_value); |
| + // Same as above, but replaces selected text/inserts new text at the cursor. |
|
tapted
2016/09/27 07:16:30
nit: blank line before. "above" -> AccessibilitySe
Patti Lor
2016/10/20 04:19:34
Done.
|
| + void AccessibilityReplaceSelection(const base::string16& new_value); |
| // Updates |security_level_| based on the toolbar model's current value. |
| void UpdateSecurityLevel(); |