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

Unified Diff: ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h

Issue 1465253002: Move OnKillFocus() from OmniboxEditController to WebOmniboxEditController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
diff --git a/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h b/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
index 7cc81fffe4aa63d257f26cd1d9821787e0662c33..57acecd9f7359ffaa5d5ddb7f99d99771e2b5b37 100644
--- a/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
+++ b/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698