Index: chrome/browser/ui/search/instant_controller.cc |
diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc |
index 28ce7fac1c3616fed381233b516181f582feb3a9..ff8f3da56ff95527e1bb3dd7c8e3be0ae698f723 100644 |
--- a/chrome/browser/ui/search/instant_controller.cc |
+++ b/chrome/browser/ui/search/instant_controller.cc |
@@ -124,6 +124,10 @@ void InstantController::SetOmniboxBounds(const gfx::Rect& bounds) { |
instant_tab_->sender()->SetOmniboxBounds(omnibox_bounds_); |
} |
+gfx::Rect InstantController::GetOmniboxBounds() { |
+ return omnibox_bounds_; |
+} |
+ |
void InstantController::ToggleVoiceSearch() { |
if (instant_tab_) |
instant_tab_->sender()->ToggleVoiceSearch(); |