| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7e0da7d301d59cc8bab5cc104d45796408402f47..d5c99cd010d817206bd87068afe18a8551ec230d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -523,6 +523,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| FrameTree* GetFrameTree() override;
|
| void SetIsVirtualKeyboardRequested(bool requested) override;
|
| bool IsVirtualKeyboardRequested() override;
|
| + bool IsOverridingUserAgent() override;
|
|
|
| // NavigatorDelegate ---------------------------------------------------------
|
|
|
| @@ -708,6 +709,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| // Unsets the currently showing interstitial.
|
| void DetachInterstitialPage() override;
|
|
|
| + void UpdateOverridingUserAgent() override;
|
| +
|
| // Unpause the throbber if it was paused.
|
| void DidProceedOnInterstitial() override;
|
|
|
|
|