| Index: ash/mus/shell_delegate_mus.h
|
| diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
|
| index 922a23fbf28ab840bbbd07482b2bac779b4f5ec6..50d073a15af6152046ca3ab85e833c4e5f8bcfa5 100644
|
| --- a/ash/mus/shell_delegate_mus.h
|
| +++ b/ash/mus/shell_delegate_mus.h
|
| @@ -48,6 +48,7 @@ class ShellDelegateMus : public ShellDelegate {
|
| void SetTouchscreenEnabledInPrefs(bool enabled,
|
| bool use_local_state) override;
|
| void UpdateTouchscreenStatusFromPrefs() override;
|
| + content::WebContents* GetWebContents() override;
|
|
|
| private:
|
| // |connector_| may be null in tests.
|
|
|