| Index: chrome/test/base/test_location_bar.h
|
| diff --git a/chrome/test/base/test_location_bar.h b/chrome/test/base/test_location_bar.h
|
| index 614215ac58bf8c06b4dfd47d9547daf68d405202..902bde06132733d65e6f359a1219dbe101533143 100644
|
| --- a/chrome/test/base/test_location_bar.h
|
| +++ b/chrome/test/base/test_location_bar.h
|
| @@ -39,7 +39,9 @@ class TestLocationBar : public LocationBar {
|
| virtual void UpdateContentSettingsIcons() OVERRIDE {}
|
| virtual void UpdatePageActions() OVERRIDE {}
|
| virtual void InvalidatePageActions() OVERRIDE {}
|
| +#if defined(ENABLE_WEB_INTENTS)
|
| virtual void UpdateWebIntentsButton() OVERRIDE {}
|
| +#endif
|
| virtual void UpdateOpenPDFInReaderPrompt() OVERRIDE {}
|
| virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE {}
|
| virtual void Revert() OVERRIDE {}
|
|
|