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

Unified Diff: ui/aura/window_delegate.cc

Issue 2445163002: Make aura work with mus (Closed)
Patch Set: NON_EXPORTED_BASE_CLASS 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
« no previous file with comments | « ui/aura/window_delegate.h ('k') | ui/aura/window_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/aura/window_delegate.h ('k') | ui/aura/window_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698