| 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 61567c10a883bc409fe488eff1bf053ad0c9d1fc..8a0849e3dcbab442e5f88b267940176448974f76 100644
|
| --- a/chrome/browser/ui/omnibox/location_bar.h
|
| +++ b/chrome/browser/ui/omnibox/location_bar.h
|
| @@ -66,8 +66,10 @@ 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;
|
|
|