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

Unified Diff: ash/mus/sysui_application.cc

Issue 1769163002: Add a instance groups to Connect(), and introduce an Identity struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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 | « ash/mus/sysui_application.h ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/sysui_application.cc
diff --git a/ash/mus/sysui_application.cc b/ash/mus/sysui_application.cc
index 91549478aba89a893a37867b2e67028f724a9979..16585a31d4abb7d0c51b6f52f9f233df224449e6 100644
--- a/ash/mus/sysui_application.cc
+++ b/ash/mus/sysui_application.cc
@@ -278,8 +278,7 @@ SysUIApplication::SysUIApplication() {}
SysUIApplication::~SysUIApplication() {}
void SysUIApplication::Initialize(mojo::Connector* connector,
- const std::string& url,
- const std::string& user_id,
+ const mojo::Identity& identity,
uint32_t id) {
ash_init_.reset(new AshInit());
ash_init_->Initialize(connector);
« no previous file with comments | « ash/mus/sysui_application.h ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698