| Index: ui/aura/window_delegate.cc
|
| diff --git a/ios/web/webui/resources/web_ui_base.js b/ui/aura/window_delegate.cc
|
| similarity index 58%
|
| copy from ios/web/webui/resources/web_ui_base.js
|
| copy to ui/aura/window_delegate.cc
|
| index d5da207180e762dc4a02c55d4a1e123d8e4197e9..c3503d82764265876b1648cbf833094348b41672 100644
|
| --- a/ios/web/webui/resources/web_ui_base.js
|
| +++ b/ui/aura/window_delegate.cc
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -goog.provide('__crWeb.webUIBase');
|
| +#include "ui/aura/window_delegate.h"
|
|
|
| -window['chrome'] = window ['chrome'] || {};
|
| +namespace aura {
|
|
|
| +void WindowDelegate::OnRequestClose() {}
|
| +
|
| +} // namespace aura
|
|
|