diff options
Diffstat (limited to 'chrome/browser/ui/omnibox/location_bar.h')
-rw-r--r-- | chrome/browser/ui/omnibox/location_bar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/omnibox/location_bar.h b/chrome/browser/ui/omnibox/location_bar.h index b3c21cb..8bdb59e 100644 --- a/chrome/browser/ui/omnibox/location_bar.h +++ b/chrome/browser/ui/omnibox/location_bar.h @@ -67,6 +67,9 @@ class LocationBar { // extension is unloaded or crashes. virtual void InvalidatePageActions() = 0; + // Updates the state of the web intents use-another-service button. + virtual void UpdateWebIntentsButton() = 0; + // Saves the state of the location bar to the specified WebContents, so that // it can be restored later. (Done when switching tabs). virtual void SaveStateToContents(content::WebContents* contents) = 0; |