diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 00:18:07 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 00:18:07 +0000 |
commit | 33dd256e30814a130beab0d4c7e21bb8d2861688 (patch) | |
tree | d4c21616ac16455fe9d99489a9481519dffb3bcd /chrome/browser/ui/omnibox/location_bar.h | |
parent | c90b692e5318c1ea69b6b989f5e04ab6e86e892d (diff) | |
download | chromium_src-33dd256e30814a130beab0d4c7e21bb8d2861688.zip chromium_src-33dd256e30814a130beab0d4c7e21bb8d2861688.tar.gz chromium_src-33dd256e30814a130beab0d4c7e21bb8d2861688.tar.bz2 |
[Web Intents] Basic location bar UI for window disposition picker affordance.
R=bauerb@chromium.org
TBR=phajdan.jr@chromium.org
BUG=139028
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10796116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152002 0039d316-1c4b-4281-b951-d872f2087c98
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; |