@Override public boolean canShowRequest(DiffRequest request) { return myParentTool != null && myParentTool.canShow(request); }