| 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 80f14b998732f5e8a48485ca01346838bca7ef66..4b8c4fea6848bd1f537eb2a68b65a12de1e6adc5 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -97,6 +97,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
|
|
| // NavigatorDelegate implementation.
|
| WebContents* OpenURL(const OpenURLParams& params) override;
|
| + const std::string& GetUserAgentOverride() const override;
|
|
|
| protected:
|
| // NotificationObserver method:
|
|
|