| 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 a509c1b69da64bd8d2552be04d458fbfc8b63093..c0eca02d1c1bbfb84d2764faeed32950c02421b1 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -105,6 +105,9 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| const base::string16& title,
|
| base::i18n::TextDirection title_direction) override;
|
| AccessibilityMode GetAccessibilityMode() const override;
|
| + void Cut() override;
|
| + void Copy() override;
|
| + void Paste() override;
|
|
|
| // RenderViewHostDelegate implementation:
|
| RenderViewHostDelegateView* GetDelegateView() override;
|
|
|