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

Unified Diff: shell/external_application_listener_unittest.cc

Issue 905583002: Pass the final URL an app was loaded from to the app in Initialize(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: shell/external_application_listener_unittest.cc
diff --git a/shell/external_application_listener_unittest.cc b/shell/external_application_listener_unittest.cc
index ff381b34994c2facce548a5e6d96966d4f27a819..9bee93ca7eedbd6c674707e6c5d668badd993ca2 100644
--- a/shell/external_application_listener_unittest.cc
+++ b/shell/external_application_listener_unittest.cc
@@ -81,7 +81,7 @@ class StubShellImpl : public Shell {
: application_(application.Pass()), binding_(this) {
ShellPtr shell;
binding_.Bind(GetProxy(&shell));
- application_->Initialize(shell.Pass(), Array<String>());
+ application_->Initialize(shell.Pass(), "", Array<String>());
}
~StubShellImpl() override {}

Powered by Google App Engine
This is Rietveld 408576698