Commit a380cf88 authored by yusukes@google.com's avatar yusukes@google.com

Redraw the location bar on reload. This change is Mac port of...

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
parent 8d5a8e1f
...@@ -130,5 +130,5 @@ std::wstring LocationBarViewMac::GetTitle() const { ...@@ -130,5 +130,5 @@ std::wstring LocationBarViewMac::GetTitle() const {
} }
void LocationBarViewMac::Revert() { void LocationBarViewMac::Revert() {
NOTIMPLEMENTED(); edit_view_->RevertAll();
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment