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

Unified Diff: components/html_viewer/html_viewer.cc

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 | « no previous file | mojo/application/application_test_base_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_viewer.cc
diff --git a/components/html_viewer/html_viewer.cc b/components/html_viewer/html_viewer.cc
index 6198e09d6a523d46dab776f4b47b8af266a9e246..79ad944df6580801c4be95f3703e0425b9c31fde 100644
--- a/components/html_viewer/html_viewer.cc
+++ b/components/html_viewer/html_viewer.cc
@@ -50,9 +50,7 @@ class HTMLViewerApplication : public mojo::Application {
initial_response_(response.Pass()),
setup_(setup) {}
- void Initialize(ShellPtr shell,
- Array<String> args,
- const String& url) override {
+ void Initialize(ShellPtr shell, const String& url) override {
ServiceProviderPtr service_provider;
shell_ = shell.Pass();
shell_->ConnectToApplication("mojo:network_service",
« no previous file with comments | « no previous file | mojo/application/application_test_base_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698