| Index: chrome/browser/ui/omnibox/location_bar.h
|
| diff --git a/chrome/browser/ui/omnibox/location_bar.h b/chrome/browser/ui/omnibox/location_bar.h
|
| index 8a0849e3dcbab442e5f88b267940176448974f76..610779b999ad5bef54a7a5be13f4173e45f9f618 100644
|
| --- a/chrome/browser/ui/omnibox/location_bar.h
|
| +++ b/chrome/browser/ui/omnibox/location_bar.h
|
| @@ -66,11 +66,6 @@ class LocationBar {
|
| // extension is unloaded or crashes.
|
| virtual void InvalidatePageActions() = 0;
|
|
|
| -#if defined(ENABLE_WEB_INTENTS)
|
| - // Updates the state of the web intents use-another-service button.
|
| - virtual void UpdateWebIntentsButton() = 0;
|
| -#endif
|
| -
|
| // Updates the state of the button to open a PDF in Adobe Reader.
|
| virtual void UpdateOpenPDFInReaderPrompt() = 0;
|
|
|
|
|