Index: chrome/browser/ui/location_bar/location_bar.h |
diff --git a/chrome/browser/ui/location_bar/location_bar.h b/chrome/browser/ui/location_bar/location_bar.h |
index b0fd818eefbe16826f91c856445e635fc369bd1f..2cdd71346664325d68554e6f06e6cb104904911c 100644 |
--- a/chrome/browser/ui/location_bar/location_bar.h |
+++ b/chrome/browser/ui/location_bar/location_bar.h |
@@ -48,8 +48,7 @@ class LocationBar { |
// Focuses the location bar. Optionally also selects its contents. |
virtual void FocusLocation(bool select_all) = 0; |
- // Clears the location bar, inserts an annoying little "?" turd and sets |
- // focus to it. |
+ // Puts the user into keyword mode with their default search provider. |
virtual void FocusSearch() = 0; |
// Updates the state of the images showing the content settings status. |