| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 429101a65054c8ff945b2d8a833597d86f0edf2c..5c4a91e5b43a8b01b66e2755aa1c50d1582fbc0f 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -256,10 +256,6 @@ bool LocationBarViewMac::ShowPageActionPopup(
|
| return false;
|
| }
|
|
|
| -void LocationBarViewMac::UpdateOpenPDFInReaderPrompt() {
|
| - // Not implemented on Mac.
|
| -}
|
| -
|
| void LocationBarViewMac::SaveStateToContents(WebContents* contents) {
|
| // TODO(shess): Why SaveStateToContents vs SaveStateToTab?
|
| omnibox_view_->SaveStateToTab(contents);
|
|
|