diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-11 16:59:38 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-11 16:59:38 +0000 |
commit | 856a443fee58a528f291322dc9a4b805c6c17f16 (patch) | |
tree | 04b950983b411dcd1b3f017ee5b1986917f69dc5 /chrome/test/base | |
parent | 5951e89a7bf8badd88f128fc0df504c74e2c0690 (diff) | |
download | chromium_src-856a443fee58a528f291322dc9a4b805c6c17f16.zip chromium_src-856a443fee58a528f291322dc9a4b805c6c17f16.tar.gz chromium_src-856a443fee58a528f291322dc9a4b805c6c17f16.tar.bz2 |
Add an icon and bubble to the location bar to open PDFs in Reader.
BUG=140474
Review URL: https://chromiumcodereview.appspot.com/10876038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base')
-rw-r--r-- | chrome/test/base/test_location_bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/base/test_location_bar.h b/chrome/test/base/test_location_bar.h index 9acf576..2bc3064 100644 --- a/chrome/test/base/test_location_bar.h +++ b/chrome/test/base/test_location_bar.h @@ -40,6 +40,7 @@ class TestLocationBar : public LocationBar { virtual void UpdatePageActions() OVERRIDE {} virtual void InvalidatePageActions() OVERRIDE {} virtual void UpdateWebIntentsButton() OVERRIDE {} + virtual void UpdateOpenPDFInReaderPrompt() OVERRIDE {} virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE {} virtual void Revert() OVERRIDE {} virtual const OmniboxView* GetLocationEntry() const OVERRIDE; |