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

Unified Diff: ash/shell/lock_view.cc

Issue 2390953004: WidgetDelegateView is its own contents view. (Closed)
Patch Set: another minor fix Created 4 years, 2 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: ash/shell/lock_view.cc
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
index 9ceaae8813974c8e2a970b7a681fcbdd1eebd024..5a0b60d458c7cd92618b558f3e9e6727896b27a9 100644
--- a/ash/shell/lock_view.cc
+++ b/ash/shell/lock_view.cc
@@ -92,7 +92,6 @@ void CreateLockScreen() {
params.parent = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
kShellWindowId_LockScreenContainer);
widget->Init(params);
- widget->SetContentsView(lock_view);
widget->Show();
widget->GetNativeView()->SetName("LockView");
widget->GetNativeView()->Focus();

Powered by Google App Engine
This is Rietveld 408576698