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

Unified Diff: mash/quick_launch/quick_launch_application.h

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « mash/login/login.cc ('k') | mash/quick_launch/quick_launch_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/quick_launch/quick_launch_application.h
diff --git a/mash/quick_launch/quick_launch_application.h b/mash/quick_launch/quick_launch_application.h
index 8b74f9c2b36c0a27854563b140ab5fe9a23dc445..6da9d7420078880fc70e5fbd71878873f6248f7f 100644
--- a/mash/quick_launch/quick_launch_application.h
+++ b/mash/quick_launch/quick_launch_application.h
@@ -43,7 +43,7 @@ class QuickLaunchApplication
void Launch(uint32_t what, mojom::LaunchMode how) override;
// shell::InterfaceFactory<mojom::Launchable>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojom::LaunchableRequest request) override;
shell::Connector* connector_ = nullptr;
« no previous file with comments | « mash/login/login.cc ('k') | mash/quick_launch/quick_launch_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698