|
@@ -44,7 +44,7 @@ class AtomBrowserClient : public brightray::BrowserClient {
|
|
|
content::BrowserContext* browser_context,
|
|
|
content::SiteInstance* current_instance,
|
|
|
const GURL& dest_url,
|
|
|
- content::SiteInstance** new_instance);
|
|
|
+ content::SiteInstance** new_instance) override;
|
|
|
void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
|
|
int child_process_id) override;
|
|
|
void DidCreatePpapiPlugin(content::BrowserPpapiHost* browser_host) override;
|