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

Unified Diff: mojo/public/dart/src/application.dart

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: o 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: mojo/public/dart/src/application.dart
diff --git a/mojo/public/dart/src/application.dart b/mojo/public/dart/src/application.dart
index e5b9d4b73f3b9e13654aa3f5d5175ff3c66c73c1..6a5e40e2c8b2fd8c15806b3e802cf4b58a451a24 100644
--- a/mojo/public/dart/src/application.dart
+++ b/mojo/public/dart/src/application.dart
@@ -19,7 +19,7 @@ class _ApplicationImpl extends application_mojom.Application {
super.delegate = this;
}
- void initialize(shell_mojom.ShellProxy shellProxy, List<String> args) {
+ void initialize(shell_mojom.ShellProxy shellProxy, List<String> args, String url) {
assert(shell == null);
shell = shellProxy;
_application.initialize(args);
« no previous file with comments | « mojo/public/cpp/application/lib/application_test_base.cc ('k') | mojo/public/interfaces/application/application.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698