| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index bfba55b52e8c436b5abe46a8035f438d9a61e386..5de96f6d8c59f10d970c2189460d6c37fc946dae 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -167,4 +167,9 @@ void ShellDelegateMus::UpdateTouchscreenStatusFromPrefs() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +content::WebContents* ShellDelegateMus::GetWebContents() {
|
| + NOTIMPLEMENTED();
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace ash
|
|
|