Index: chrome/browser/instant/instant_loader.cc |
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc |
index 6db80904534a8acdad3f0182ac1e32ab47fb1dfa..85aa1e9f3625807eb93bc729a718607d7143beba 100644 |
--- a/chrome/browser/instant/instant_loader.cc |
+++ b/chrome/browser/instant/instant_loader.cc |
@@ -254,6 +254,10 @@ void InstantLoader::SetDisplayInstantResults(bool display_instant_results) { |
client_.SetDisplayInstantResults(display_instant_results); |
} |
+void InstantLoader::KeyCaptureChanged(bool is_key_capture_enabled) { |
+ client_.KeyCaptureChanged(is_key_capture_enabled); |
+} |
+ |
void InstantLoader::SetSuggestions( |
const std::vector<InstantSuggestion>& suggestions) { |
InstantSupportDetermined(true); |