| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 7acf6f73335334ab7458cbad3f9d0b0db4c50df3..651bbaa46af7916deeec2d25da2e802b0b55759b 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -28,6 +28,8 @@ class ShellDelegateImpl : public ShellDelegate {
|
| ShellDelegateImpl();
|
| ~ShellDelegateImpl() override;
|
|
|
| + // ShellDelegate:
|
| + ::shell::Connector* GetShellConnector() const override;
|
| bool IsFirstRunAfterBoot() const override;
|
| bool IsIncognitoAllowed() const override;
|
| bool IsMultiProfilesEnabled() const override;
|
|
|