| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index bebc20dd34b5ef2165f439dd884c02aec642dc12..000c5f78b5262d57f07eedd69025ab4dbe8ff58e 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -59,6 +59,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| bool use_local_state) override;
|
| void UpdateTouchscreenStatusFromPrefs() override;
|
| void ToggleTouchpad() override;
|
| + content::WebContents* GetWebContents() override;
|
|
|
| // content::NotificationObserver override:
|
| void Observe(int type,
|
|
|