Index: chrome/browser/instant/instant_loader.cc |
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc |
index 51164970cf377fc58b1900f5f4e7b82b6cd7a2d6..c39775679fab3fb4a66089d30224f1e6bf427781 100644 |
--- a/chrome/browser/instant/instant_loader.cc |
+++ b/chrome/browser/instant/instant_loader.cc |
@@ -273,6 +273,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); |