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

Unified Diff: mojo/shell/shell_impl.h

Issue 1143793003: Remove application-specific args from Mandoline's shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 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/application_manager_unittest.cc ('k') | mojo/shell/shell_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_impl.h
diff --git a/mojo/shell/shell_impl.h b/mojo/shell/shell_impl.h
index 0f2d97488eeb15cc279d33595f72817680f6ac61..a67335cb6a2bb61be0d40d13e2b2e6e022d48baf 100644
--- a/mojo/shell/shell_impl.h
+++ b/mojo/shell/shell_impl.h
@@ -27,7 +27,7 @@ class ShellImpl : public Shell, public ErrorHandler {
~ShellImpl() override;
- void InitializeApplication(Array<String> args);
+ void InitializeApplication();
void ConnectToClient(const GURL& requested_url,
const GURL& requestor_url,
« no previous file with comments | « mojo/shell/application_manager_unittest.cc ('k') | mojo/shell/shell_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698