Skip to content

Commit

Permalink
Disable SetIsBrowserInsideApp, because download manager does not allo…
Browse files Browse the repository at this point in the history
…w to pass custom window load context
  • Loading branch information
tmeshkova committed Jan 14, 2014
1 parent 2eea155 commit 868dcb0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -224,7 +224,6 @@ EmbedLiteViewThreadChild::InitGeckoWindow(const uint32_t& parentId)
NS_ERROR("Failed to get the web navigation interface.");
}
nsCOMPtr<nsIDocShell> docShell = do_GetInterface(mWebBrowser);
docShell->SetIsBrowserInsideApp(nsIScriptSecurityManager::NO_APP_ID);

mChrome->SetWebBrowser(mWebBrowser);

Expand Down

0 comments on commit 868dcb0

Please sign in to comment.