mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
Revert "Merge pull request #4 from roytam1/af-frontend-merge"
This reverts commit3c1231618a, reversing changes made to755cb8b710.
This commit is contained in:
@@ -2424,12 +2424,6 @@ nsDocShell::GetUseRemoteTabs(bool* aUseRemoteTabs)
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::SetRemoteTabs(bool aUseRemoteTabs)
|
||||
{
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
if (aUseRemoteTabs) {
|
||||
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("DOMIPCEnabled"),
|
||||
NS_LITERAL_CSTRING("1"));
|
||||
}
|
||||
#endif
|
||||
|
||||
mUseRemoteTabs = aUseRemoteTabs;
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user