1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_WEB_SHELL_SHELL_MAIN_DELEGATE_H_
6 #define IOS_WEB_SHELL_SHELL_MAIN_DELEGATE_H_
8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "ios/web/public/app/web_main_delegate.h"
16 class ShellMainDelegate
: public WebMainDelegate
{
19 ~ShellMainDelegate() override
;
21 void BasicStartupComplete() override
;
24 scoped_ptr
<ShellWebClient
> web_client_
;
29 #endif // IOS_WEB_SHELL_SHELL_MAIN_DELEGATE_H_