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

Unified Diff: mash/screenlock/screenlock.cc

Issue 1899323002: Add mash shelf application id support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address simpler comments. Created 4 years, 8 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/quick_launch/quick_launch_application.cc ('k') | mash/shelf/public/interfaces/shelf.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/screenlock/screenlock.cc
diff --git a/mash/screenlock/screenlock.cc b/mash/screenlock/screenlock.cc
index 69ef2b03cd6cd04b07ffa8a667962ed6b6ec4944..1731f853b39182dfa81b195d7c83e2e6fcc376a4 100644
--- a/mash/screenlock/screenlock.cc
+++ b/mash/screenlock/screenlock.cc
@@ -86,7 +86,7 @@ void Screenlock::Initialize(shell::Connector* connector,
bindings_.CreateInterfacePtrAndBind(this));
aura_init_.reset(new views::AuraInit(connector, "views_mus_resources.pak"));
- views::WindowManagerConnection::Create(connector);
+ views::WindowManagerConnection::Create(connector, identity);
views::Widget* widget = new views::Widget;
views::Widget::InitParams params(
« no previous file with comments | « mash/quick_launch/quick_launch_application.cc ('k') | mash/shelf/public/interfaces/shelf.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698