Index: chrome/browser/instant/instant_controller.h |
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h |
index acf4b420bb951f0f0a3ca94f8fa153cec3e985eb..f8d4bd7475b751328aa451f3b9bc0a4892fd323b 100644 |
--- a/chrome/browser/instant/instant_controller.h |
+++ b/chrome/browser/instant/instant_controller.h |
@@ -121,6 +121,10 @@ class InstantController : public InstantLoaderDelegate { |
// lost focus. Commit or discard the preview accordingly. |
void OnAutocompleteLostFocus(gfx::NativeView view_gaining_focus); |
+ // The autocomplete edit has gained focus. Preload the instant URL of the |
+ // default search engine, in anticipation of the user typing a query. |
+ void OnAutocompleteGotFocus(TabContentsWrapper* tab_contents); |
+ |
// Releases the preview TabContents passing ownership to the caller. This is |
// intended to be called when the preview TabContents is committed. This does |
// not notify the delegate. |