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

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: dont break ios 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
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..4bdc9713d1d277779a1dadf2e8b8dba6a7d0d387 100644
--- a/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
+++ b/ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h
@@ -19,6 +19,7 @@ class WebOmniboxEditController : public OmniboxEditController {
virtual web::WebState* GetWebState() = 0;
virtual void OnKillFocus() = 0;
+ virtual void OnSetFocus() = 0;
Eugene But (OOO till 7-30) 2016/05/20 20:36:25 Per C++ Style Guide, could you please add comments
Evan Stade 2016/05/20 22:07:32 Done.
protected:
WebOmniboxEditController();

Powered by Google App Engine
This is Rietveld 408576698