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

Unified Diff: shell/command_line_util.h

Issue 873253003: Resolve URLs passed on the command line relative to the CWD. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 | « no previous file | shell/command_line_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/command_line_util.h
diff --git a/shell/command_line_util.h b/shell/command_line_util.h
index 116f03c65cc41799302271e7f860c51c9eb03243..7ab746316a8d44e4a515a1cfc7926a5b8f378737 100644
--- a/shell/command_line_util.h
+++ b/shell/command_line_util.h
@@ -20,7 +20,8 @@ bool ParseArgsFor(const std::string& arg, std::string* value);
// arguments are specified they will be available when the Mojo application
// is initialized. This returns the mojo_app_url, and set args to the list of
// arguments.
-GURL GetAppURLAndArgs(const std::string& app_url_and_args,
+GURL GetAppURLAndArgs(Context* context,
+ const std::string& app_url_and_args,
std::vector<std::string>* args);
// Apply arguments for an application from a line with the following format:
« no previous file with comments | « no previous file | shell/command_line_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698