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

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

Issue 2001433002: Update appearance of omnibox focus for MD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: share constant Created 4 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
« no previous file with comments | « components/omnibox/browser/omnibox_edit_unittest.cc ('k') | ui/app_list/views/folder_header_view.cc » ('j') | 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 57acecd9f7359ffaa5d5ddb7f99d99771e2b5b37..558ba0bdef7c3aaf6db1a781a4611782189b0ca3 100644
--- a/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
+++ b/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
@@ -18,8 +18,12 @@ class WebOmniboxEditController : public OmniboxEditController {
// Returns the WebState of the currently active tab.
virtual web::WebState* GetWebState() = 0;
+ // The autocomplete edit lost focus.
virtual void OnKillFocus() = 0;
+ // The autocomplete got focus.
+ virtual void OnSetFocus() = 0;
+
protected:
WebOmniboxEditController();
~WebOmniboxEditController() override;
« no previous file with comments | « components/omnibox/browser/omnibox_edit_unittest.cc ('k') | ui/app_list/views/folder_header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698