| Index: ui/views/widget/native_widget_aura.cc
|
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
|
| index f55168705125ba8c82e66a9f0a7a3740faefc3c1..009c975239e7810dfb3475dc08951cbbe2120053 100644
|
| --- a/ui/views/widget/native_widget_aura.cc
|
| +++ b/ui/views/widget/native_widget_aura.cc
|
| @@ -532,6 +532,10 @@ void NativeWidgetAura::SetAlwaysOnTop(bool on_top) {
|
| window_->SetProperty(aura::client::kAlwaysOnTopKey, on_top);
|
| }
|
|
|
| +void NativeWidgetAura::SetInterceptAllKeys(bool want_all_keys) {
|
| + // TODO(sriramsr): Should implement for ChromeOS.
|
| +}
|
| +
|
| bool NativeWidgetAura::IsAlwaysOnTop() const {
|
| return window_ && window_->GetProperty(aura::client::kAlwaysOnTopKey);
|
| }
|
|
|