| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index dfe85b6de978cc0425dc82e2702ce7a2133cac13..1fa44b4e4f58c0d11be40422d14bb44489abe80c 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -50,6 +50,7 @@ class ShellDelegateImpl : public ShellDelegate {
|
| void SetTouchscreenEnabledInPrefs(bool enabled,
|
| bool use_local_state) override;
|
| void UpdateTouchscreenStatusFromPrefs() override;
|
| + content::WebContents* GetWebContents() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
|
|
|