Chromium Code Reviews| Index: chrome/browser/views/location_bar_view.cc |
| =================================================================== |
| --- chrome/browser/views/location_bar_view.cc (revision 15029) |
| +++ chrome/browser/views/location_bar_view.cc (working copy) |
| @@ -1126,3 +1126,8 @@ |
| void LocationBarView::SaveStateToContents(TabContents* contents) { |
| location_entry_->SaveStateToTab(contents); |
| } |
| + |
| +void LocationBarView::Revert() { |
| + location_entry_->RevertAll(); |
| +} |
| + |