Index: chrome/browser/ui/browser_instant_controller.cc |
diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc |
index 34e1ee717c995cf64155a0d39972e9467d70396b..bf08765c88353f6cf872df0c452e92114c7c0137 100644 |
--- a/chrome/browser/ui/browser_instant_controller.cc |
+++ b/chrome/browser/ui/browser_instant_controller.cc |
@@ -171,10 +171,9 @@ void BrowserInstantController::SetInstantSuggestion( |
browser_->window()->GetLocationBar()->SetInstantSuggestion(suggestion); |
} |
-void BrowserInstantController::CommitSuggestedText( |
- bool skip_inline_autocomplete) { |
+void BrowserInstantController::CommitSuggestedText() { |
browser_->window()->GetLocationBar()->GetLocationEntry()->model()-> |
- CommitSuggestedText(skip_inline_autocomplete); |
+ CommitSuggestedText(); |
} |
gfx::Rect BrowserInstantController::GetInstantBounds() { |