Index: chrome/browser/instant/instant_loader.cc |
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc |
index e6f2b7930a104bc970ae10fca7cba12ca1f01d95..039fe6c21ee9b5720f435b67b1644ecb3cf8fa72 100644 |
--- a/chrome/browser/instant/instant_loader.cc |
+++ b/chrome/browser/instant/instant_loader.cc |
@@ -258,6 +258,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); |