Commit 454ee821 authored by sdefresne's avatar sdefresne Committed by Commit bot

Move OnKillFocus() from OmniboxEditController to WebOmniboxEditController

The only usage of this method is in iOS-specific code that knows that it's
talking to a WebOmniboxEditController, so it's unnecessary to fork
omnibox_edit_controller.h to expose this method.

BUG=305330

Review URL: https://codereview.chromium.org/1465253002

Cr-Commit-Position: refs/heads/master@{#361105}
parent 070a8676
......@@ -18,6 +18,8 @@ class WebOmniboxEditController : public OmniboxEditController {
// Returns the WebState of the currently active tab.
virtual web::WebState* GetWebState() = 0;
virtual void OnKillFocus() = 0;
protected:
WebOmniboxEditController();
~WebOmniboxEditController() override;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment