Index: chrome/browser/ui/ash/chrome_shell_delegate.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
index f858e0d7cf78f1e38ff026aae549ebf806e67581..dc76edc10c8ac4e36edd1b70d0c7522d826d7fff 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
@@ -113,7 +113,6 @@ ChromeShellDelegate::CreateAppListViewDelegate() { |
ash::ShelfDelegate* ChromeShellDelegate::CreateShelfDelegate( |
ash::ShelfModel* model) { |
- DCHECK(ProfileManager::IsGetDefaultProfileAllowed()); |
// TODO(oshima): This is currently broken with multiple launchers. |
// Refactor so that there is just one launcher delegate in the |
// shell. |