Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed missing method
  • Loading branch information
tmeshkova committed Oct 11, 2014
1 parent cdee4e6 commit 5394183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embedding/embedlite/utils/EmbedLiteXulAppInfo.cpp
Expand Up @@ -140,11 +140,12 @@ NS_IMETHODIMP EmbedLiteXulAppInfo::GetLastRunCrashID(nsAString& aLastRunCrashID)
return NS_ERROR_NOT_IMPLEMENTED;
}

/*
NS_IMETHODIMP EmbedLiteXulAppInfo::GetBrowserTabsRemote(bool* aResult)
{
*aResult = false;
return NS_OK;
}
}*/

NS_IMETHODIMP EmbedLiteXulAppInfo::GetIsReleaseBuild(bool* aResult)
{
Expand Down

0 comments on commit 5394183

Please sign in to comment.