422dfe93946d42075220a26465517d360892bbb4
[platform/framework/web/chromium-efl.git] / tizen_src / impl / web_process_content_main_delegate_efl.h
1 // Copyright 2014 Samsung Electronics. 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.
4
5 #ifndef WEB_PROCESS_CONTENT_MAIN_DELEGATE_H
6 #define WEB_PROCESS_CONTENT_MAIN_DELEGATE_H
7
8 #include "base/compiler_specific.h"
9 #include "content/public/app/content_main.h"
10 #include "content/public/app/content_main_delegate.h"
11
12 namespace content {
13
14 class WebProcessContentMainDelegateEfl: public content::ContentMainDelegate {
15  public:
16   virtual void PreSandboxStartup() OVERRIDE;
17   virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
18   virtual ContentRendererClient* CreateContentRendererClient() OVERRIDE;
19 };
20
21 } // namespace content
22
23 #endif // WEB_PROCESS_CONTENT_MAIN_DELEGATE_H