Index: mojo/shell/standalone/desktop/main_helper.h |
diff --git a/mojo/shell/standalone/desktop/main_helper.h b/mojo/shell/standalone/desktop/main_helper.h |
index 4872707d33e66a07ccb8dbbe1528e70ba746a79d..644f19e10c589c7b2c56dd9f485886f07482e33e 100644 |
--- a/mojo/shell/standalone/desktop/main_helper.h |
+++ b/mojo/shell/standalone/desktop/main_helper.h |
@@ -12,13 +12,7 @@ namespace mojo { |
namespace shell { |
// Helper method to start Mojo standalone shell code. |
-// If |mojo_url| is not empty, the given mojo application is started. Otherwise, |
-// an application must have been specified on the command line and it is run. |
-// |callback| is only called in the later case. |
-int StandaloneShellMain(int argc, |
- char** argv, |
- const GURL& mojo_url, |
- const base::Closure& callback); |
+int StandaloneShellMain(int argc, char** argv); |
} // namespace shell |
} // namespace mojo |