| Index: ui/views/controls/webview/webview.h
|
| diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h
|
| index f5fe3c844d04b1fad425822385a02092f111c281..e691e674941661e371de125f4e4e04739d5b5d80 100644
|
| --- a/ui/views/controls/webview/webview.h
|
| +++ b/ui/views/controls/webview/webview.h
|
| @@ -130,6 +130,8 @@ class WEBVIEW_EXPORT WebView : public View,
|
| void OnBadMessageReceived(const IPC::Message& message) override {}
|
|
|
| private:
|
| + friend class WebViewUnitTest;
|
| +
|
| void AttachWebContents();
|
| void DetachWebContents();
|
| void ReattachForFullscreenChange(bool enter_fullscreen);
|
|
|