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

Unified Diff: mojo/shell/run.h

Issue 305013015: Mojo: (Mostly) factor out command-line switches from the shell's load code path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « mojo/shell/dynamic_service_loader.cc ('k') | mojo/shell/run.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/run.h
diff --git a/mojo/shell/run.h b/mojo/shell/run.h
index 0e6ee6eceac3649408787789d27f9d3b650ac733..2b60b4bd7aa6a9bcadd68b712ced940f50301444 100644
--- a/mojo/shell/run.h
+++ b/mojo/shell/run.h
@@ -5,12 +5,16 @@
#ifndef MOJO_SHELL_RUN_H_
#define MOJO_SHELL_RUN_H_
+#include <vector>
+
+#include "url/gurl.h"
+
namespace mojo {
namespace shell {
class Context;
-void Run(Context* context);
+void Run(Context* context, const std::vector<GURL>& app_urls);
} // namespace shell
} // namespace mojo
« no previous file with comments | « mojo/shell/dynamic_service_loader.cc ('k') | mojo/shell/run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698