| Index: mojo/shell/connect_params.h
|
| diff --git a/mojo/shell/connect_params.h b/mojo/shell/connect_params.h
|
| index af452146c2f7535eab0a4bb4a61e12475e51b2ce..8ff0fbbb656fe70775a9c8cc013f1ae1b7556ec1 100644
|
| --- a/mojo/shell/connect_params.h
|
| +++ b/mojo/shell/connect_params.h
|
| @@ -28,9 +28,6 @@ class ConnectParams {
|
| ConnectParams();
|
| ~ConnectParams();
|
|
|
| - // The following methods set both |target_| and |target_url_request_|.
|
| - void SetTargetURL(const GURL& target_url);
|
| -
|
| void set_source(const Identity& source) { source_ = source; }
|
| const Identity& source() const { return source_; }
|
| void set_target(const Identity& target) { target_ = target; }
|
|
|