summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/location_bar_view_mac.mm
diff options
context:
space:
mode:
authoryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-06 05:30:35 +0000
committeryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-06 05:30:35 +0000
commita380cf8879b865aaeb848db94ceeaae2b9666349 (patch)
treef76242b65b1882b85a51764165149e3b8d23a18c /chrome/browser/cocoa/location_bar_view_mac.mm
parent8d5a8e1f20c81385510ca5738922a493400f2d30 (diff)
downloadchromium_src-a380cf8879b865aaeb848db94ceeaae2b9666349.zip
chromium_src-a380cf8879b865aaeb848db94ceeaae2b9666349.tar.gz
chromium_src-a380cf8879b865aaeb848db94ceeaae2b9666349.tar.bz2
Redraw the location bar on reload. This change is Mac port of http://codereview.chromium.org/100198.
BUG=none TEST=open http://dev.chromium.org/, double click the location bar, press delete (delete URL string), press reload button, verify the URL is redrawn. Review URL: http://codereview.chromium.org/155070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/location_bar_view_mac.mm')
-rw-r--r--chrome/browser/cocoa/location_bar_view_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar_view_mac.mm
index c90be1a..ddf0c30 100644
--- a/chrome/browser/cocoa/location_bar_view_mac.mm
+++ b/chrome/browser/cocoa/location_bar_view_mac.mm
@@ -130,5 +130,5 @@ std::wstring LocationBarViewMac::GetTitle() const {
}
void LocationBarViewMac::Revert() {
- NOTIMPLEMENTED();
+ edit_view_->RevertAll();
}