Chromium Code Reviews| Index: chrome/browser/cocoa/location_bar_view_mac.mm |
| diff --git a/chrome/browser/cocoa/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar_view_mac.mm |
| index ec71cd2756985fc9f5736f63d6199347217e4bb0..5bca3f124eff75d0516d4a5187e747477a1ced6a 100644 |
| --- a/chrome/browser/cocoa/location_bar_view_mac.mm |
| +++ b/chrome/browser/cocoa/location_bar_view_mac.mm |
| @@ -149,12 +149,6 @@ WindowOpenDisposition LocationBarViewMac::GetWindowOpenDisposition() const { |
| return disposition_; |
| } |
| -// TODO(thakis): Ping shess to verify what he wants to verify. |
| -// TODO(shess): Verify that this TODO is TODONE. |
| -// TODO(rohitrao): Fix this to return different types once autocomplete and |
| -// the onmibar are implemented. For now, any URL that comes from the |
| -// LocationBar has to have been entered by the user, and thus is of type |
| -// PageTransition::TYPED. |
|
Nico
2010/05/19 20:34:53
:-)
|
| PageTransition::Type LocationBarViewMac::GetPageTransition() const { |
| return transition_; |
| } |