| 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 2ee5f226abf1e7f1d8c168f51294589cc8c65bbf..46babc7e23295755000eed27ed53522a8a45e179 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| @@ -179,8 +179,8 @@ class OmniboxViewViews
|
| bool IsCommandIdEnabled(int command_id) const override;
|
| base::string16 GetSelectionClipboardText() const override;
|
| void DoInsertChar(base::char16 ch) override;
|
| - bool IsEditCommandEnabled(int command_id) const override;
|
| - void ExecuteEditCommand(int command_id) override;
|
| + bool IsTextEditCommandEnabled(ui::TextEditCommand command) const override;
|
| + void ExecuteTextEditCommand(ui::TextEditCommand command) override;
|
|
|
| // chromeos::input_method::InputMethodManager::CandidateWindowObserver:
|
| #if defined(OS_CHROMEOS)
|
|
|