Index: chrome/browser/instant/instant_controller.cc |
diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc |
index f3146a5d324ce0429e460109f88df97bf6c3657a..cc73425f3d6e5bd46704e3c05d38c8cfb4177b1c 100644 |
--- a/chrome/browser/instant/instant_controller.cc |
+++ b/chrome/browser/instant/instant_controller.cc |
@@ -643,7 +643,9 @@ void InstantController::SetSuggestions( |
} |
} |
- Show(INSTANT_SHOWN_QUERY_SUGGESTIONS, 100, INSTANT_SIZE_PERCENT); |
+ // Extended mode pages will show() when ready. |
+ if (!extended_enabled_) |
+ Show(INSTANT_SHOWN_QUERY_SUGGESTIONS, 100, INSTANT_SIZE_PERCENT); |
} |
void InstantController::CommitInstantLoader(InstantLoader* loader) { |