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: components/omnibox/browser/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: components/omnibox/browser/omnibox_edit_controller.h
diff --git a/components/omnibox/browser/omnibox_edit_controller.h b/components/omnibox/browser/omnibox_edit_controller.h
index 9dab8b3574c01d4370c37e4f9ad156a7f394ca96..1b1fcad8e9dce3a962a7ebe82011aef46343d372 100644
--- a/components/omnibox/browser/omnibox_edit_controller.h
+++ b/components/omnibox/browser/omnibox_edit_controller.h
@@ -30,9 +30,6 @@ class OmniboxEditController {
// status of any keyword- or hint-related state.
virtual void OnChanged() = 0;
- // Called whenever the autocomplete edit gets focused.
- virtual void OnSetFocus() = 0;
-
// Shows the URL.
virtual void ShowURL() = 0;

Powered by Google App Engine
This is Rietveld 408576698