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 c0eca02d1c1bbfb84d2764faeed32950c02421b1..3cbad79145e3f7a37542ad77dde6936ad5af6801 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -108,6 +108,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
void Cut() override; |
void Copy() override; |
void Paste() override; |
+ void SelectAll() override; |
// RenderViewHostDelegate implementation: |
RenderViewHostDelegateView* GetDelegateView() override; |