Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(675)

Unified Diff: chrome/browser/cocoa/location_bar_view_mac.mm

Issue 2127009: Cleanup a bunch of TODO(shess). (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}
« no previous file with comments | « chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm ('k') | chrome/browser/cocoa/styled_text_field.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698