Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1148)

Unified Diff: mojo/shell/standalone/desktop/launcher_process.h

Issue 1714753002: 7/ Eliminate on_application_end from ConnectParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_request
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/shell/standalone/desktop/launcher_process.h
diff --git a/mojo/shell/standalone/desktop/launcher_process.h b/mojo/shell/standalone/desktop/launcher_process.h
index 351cc79419c9553754f90aa68fbeb884ffe5aa7c..8c3277536539ed241d615294339c8b8776996fe2 100644
--- a/mojo/shell/standalone/desktop/launcher_process.h
+++ b/mojo/shell/standalone/desktop/launcher_process.h
@@ -13,8 +13,7 @@ namespace mojo {
namespace shell {
// Main method for the launcher process.
-// See commit in main_helper.h for explanation of the parameters.
-int LauncherProcessMain(const GURL& mojo_url, const base::Closure& callback);
+int LauncherProcessMain();
} // namespace shell
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698