This commit is contained in:
Cheng Zhao 2013-04-12 23:16:16 +08:00
parent cb2116f725
commit e49861b45b
5 changed files with 15 additions and 15 deletions

View file

@ -10,16 +10,16 @@
namespace atom {
class AtomBrowserClient : public brightray::BrowserClient {
public:
public:
AtomBrowserClient();
~AtomBrowserClient();
virtual ~AtomBrowserClient();
protected:
protected:
virtual void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
const GURL& url,
webkit_glue::WebPreferences* prefs) OVERRIDE;
private:
private:
virtual brightray::BrowserMainParts* OverrideCreateBrowserMainParts(
const content::MainFunctionParams&) OVERRIDE;