| 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 c94e533de75fbb760f28026085bcb6b8e69f71a8..a9e623c4855429e8924cc7f652305f5cb813a7e0 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -418,7 +418,7 @@ void ChromeShellDelegate::RecordUserMetricsAction(
|
| }
|
| }
|
|
|
| -ui::MenuModel* ChromeShellDelegate::CreateContextMenu(aura::RootWindow* root) {
|
| +ui::MenuModel* ChromeShellDelegate::CreateContextMenu(aura::Window* root) {
|
| DCHECK(launcher_delegate_);
|
| // Don't show context menu for exclusive app runtime mode.
|
| if (chrome::IsRunningInAppMode())
|
|
|