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

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: 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
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..39067d5537b27b892a073d09fe9b424a3f11b94b 100644
--- a/components/html_viewer/html_viewer.cc
+++ b/components/html_viewer/html_viewer.cc
@@ -51,7 +51,6 @@ class HTMLViewerApplication : public mojo::Application {
setup_(setup) {}
void Initialize(ShellPtr shell,
- Array<String> args,
const String& url) override {
msw 2015/05/19 17:45:26 nit: fits on line above.
jam 2015/05/19 20:56:36 Done.
ServiceProviderPtr service_provider;
shell_ = shell.Pass();
« no previous file with comments | « no previous file | mojo/application/application_test_base_chromium.cc » ('j') | mojo/application/application_test_base_chromium.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698