Index: mojo/shell/connect_params.cc |
diff --git a/mojo/shell/connect_params.cc b/mojo/shell/connect_params.cc |
index 215f705c260b61befc3f409791abc7081d3ec2ec..cdcbdb0eb38515403a660a0a04e7c6142afe5799 100644 |
--- a/mojo/shell/connect_params.cc |
+++ b/mojo/shell/connect_params.cc |
@@ -12,13 +12,7 @@ namespace mojo { |
namespace shell { |
ConnectParams::ConnectParams() {} |
- |
ConnectParams::~ConnectParams() {} |
-void ConnectParams::SetTargetURL(const GURL& target_url) { |
- target_ = Identity(target_url, target_.qualifier(), |
- mojom::Connector::kUserInherit, target_.filter()); |
-} |
- |
} // namespace shell |
} // namespace mojo |