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

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: Fix indent issues. 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..d2af35ffc398b0b3d4fb914e307efaa262de6672 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 omnibox focus change.
+ OmniboxFocusChangeReason reason_;
samarth 2013/05/15 19:05:53 s/reason_/omnibox_focus_change_reason_/
Donn Denman 2013/05/20 23:48:14 Done.
+
// The search model mode for the active tab.
SearchMode search_mode_;

Powered by Google App Engine
This is Rietveld 408576698