| Index: mojo/shell/run.cc
|
| diff --git a/mojo/shell/run.cc b/mojo/shell/run.cc
|
| index 7aa72f15c4aa27a7b430894f19d8846f7208e332..3d6840442bab06d9e323f8d63ff3a9014262ffbf 100644
|
| --- a/mojo/shell/run.cc
|
| +++ b/mojo/shell/run.cc
|
| @@ -23,10 +23,6 @@ void Run(Context* context, const std::vector<GURL>& app_urls) {
|
| for (std::vector<GURL>::const_iterator it = app_urls.begin();
|
| it != app_urls.end();
|
| ++it) {
|
| - if (it->scheme() == "mojo" && context->mojo_origin().empty()) {
|
| - LOG(ERROR) << "mojo: URL passed with no origin specified";
|
| - return;
|
| - }
|
| ScopedMessagePipeHandle no_handle;
|
| context->service_manager()->ConnectToService(
|
| *it, std::string(), no_handle.Pass(), GURL());
|
|
|