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

Unified Diff: chrome/browser/ui/search/instant_controller.h

Issue 14646034: Add onfocuschange to the Extended Search API, with associated isFocused attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applied Samarth's suggestions: Maintaining separate booleans for focus and catpure in searchbox.h. … Created 7 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: chrome/browser/ui/search/instant_controller.h
diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h
index f0c17f21ee68020742f68bd5652c0e82ab489a47..6f7ad1753276722990f4ba0a917741518d1b5d69 100644
--- a/chrome/browser/ui/search/instant_controller.h
+++ b/chrome/browser/ui/search/instant_controller.h
@@ -477,6 +477,9 @@ class InstantController : public InstantPage::Delegate,
// Omnibox focus state.
OmniboxFocusState omnibox_focus_state_;
+ // The reason for the most recent omni-box focus change.
melevin 2013/05/14 22:06:23 omnibox
Donn Denman 2013/05/14 22:39:27 Done.
+ OmniboxFocusChangeReason reason_;
+
// The search model mode for the active tab.
SearchMode search_mode_;

Powered by Google App Engine
This is Rietveld 408576698