| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index 808537319a96dadb3b67047cba39e866c22a927b..1305eea170cc03e4025fc787b43c2f99cedcf743 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -119,6 +119,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| int32 page_id,
|
| const base::string16& title,
|
| base::i18n::TextDirection title_direction) OVERRIDE;
|
| + virtual AccessibilityMode GetAccessibilityMode() const OVERRIDE;
|
|
|
| // RenderViewHostDelegate implementation:
|
| virtual RenderViewHostDelegateView* GetDelegateView() OVERRIDE;
|
|
|