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

Unified Diff: mojo/services/view_manager/public/cpp/view_manager_delegate.cc

Issue 954273002: Routes WindowManager functionality through the view manager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: comments Created 5 years, 10 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
Index: mojo/services/view_manager/public/cpp/view_manager_delegate.cc
diff --git a/mojo/icu/icu.h b/mojo/services/view_manager/public/cpp/view_manager_delegate.cc
similarity index 50%
copy from mojo/icu/icu.h
copy to mojo/services/view_manager/public/cpp/view_manager_delegate.cc
index 9b28cb910fca26c2020fa228c856fe605f1927a8..4ae64a7b4303c2c4b73e35328772f35d819db277 100644
--- a/mojo/icu/icu.h
+++ b/mojo/services/view_manager/public/cpp/view_manager_delegate.cc
@@ -2,17 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_ICU_ICU_H_
-#define MOJO_ICU_ICU_H_
+#include "view_manager/public/cpp/view_manager_delegate.h"
namespace mojo {
-class ApplicationImpl;
-namespace icu {
+bool ViewManagerDelegate::OnPerformAction(View* view,
+ const std::string& action) {
+ return false;
+}
-void Initialize(ApplicationImpl* app);
-
-} // namespace icu
} // namespace mojo
-
-#endif // MOJO_ICU_ICU_H_

Powered by Google App Engine
This is Rietveld 408576698